5 references to IsEnabledProperty
PresentationCore (3)
Core\CSharp\System\Windows\ContentElement.cs (3)
626get { return (bool) GetValue(IsEnabledProperty); } 627set { SetValue(IsEnabledProperty, BooleanBoxes.Box(value)); } 681if(parent == null || (bool)parent.GetValue(IsEnabledProperty))
PresentationFramework (2)
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
1054CoerceValue(IsEnabledProperty);
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
229CoerceValue(IsEnabledProperty);