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