3 references to IsEnabledProperty
PresentationFramework (3)
System\Windows\Shell\ThumbButtonInfo.cs (3)
145
get { return (bool)GetValue(
IsEnabledProperty
); }
146
set { SetValue(
IsEnabledProperty
, value); }
230
(d, e) => d.CoerceValue(
IsEnabledProperty
)));