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