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