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