5 references to IsEnabledProperty
PresentationCore (3)
System\Windows\ContentElement.cs (3)
609get { return (bool) GetValue(IsEnabledProperty); } 610set { SetValue(IsEnabledProperty, BooleanBoxes.Box(value)); } 664if(parent == null || (bool)parent.GetValue(IsEnabledProperty))
PresentationFramework (2)
System\Windows\Documents\FlowDocument.cs (1)
1046CoerceValue(IsEnabledProperty);
System\Windows\Documents\Hyperlink.cs (1)
221CoerceValue(IsEnabledProperty);