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