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