7 references to IsEnabledProperty
PresentationFramework (7)
System\Windows\Controls\SpellCheck.cs (4)
58return (bool)_owner.GetValue(IsEnabledProperty); 63_owner.SetValue(IsEnabledProperty, value); 74textBoxBase.SetValue(IsEnabledProperty, value); 84return (bool)textBoxBase.GetValue(IsEnabledProperty);
System\windows\Documents\TextEditor.cs (3)
103if ((bool)_uiScope.GetValue(SpellCheck.IsEnabledProperty)) 1000return _uiScope == null ? false : (bool)_uiScope.GetValue(SpellCheck.IsEnabledProperty); 1005_uiScope.SetValue(SpellCheck.IsEnabledProperty, value);