5 references to IsEnabledProperty
PresentationCore (3)
Core\CSharp\System\Windows\ContentElement.cs (3)
626
get { return (bool) GetValue(
IsEnabledProperty
); }
627
set { SetValue(
IsEnabledProperty
, BooleanBoxes.Box(value)); }
681
if(parent == null || (bool)parent.GetValue(
IsEnabledProperty
))
PresentationFramework (2)
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
1054
CoerceValue(
IsEnabledProperty
);
src\Framework\System\Windows\Documents\Hyperlink.cs (1)
229
CoerceValue(
IsEnabledProperty
);