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