## Changing the IsEnabled property of the parent of a TextBlock control affects any child controls ### Scope Minor ### Version Introduced 4.6.2 ### Source Analyzer Status Investigating ### Change Description Starting with the .NET Framework 4.6.2, changing the property of the parent of a control affects any child controls (such as hyperlinks and buttons) of the control. In the .NET Framework 4.6.1 and earlier versions, controls inside a did not always reflect the state of the property of the parent. - [ ] Quirked - [ ] Build-time break ### Recommended Action None. This change conforms to the expected behavior for controls inside a control. ### Affected APIs - `P:System.Windows.UIElement.IsEnabled` ### Category Windows Presentation Foundation (WPF)