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