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