7 references to IsEnabledProperty
PresentationFramework (7)
System\Windows\Controls\SpellCheck.cs (4)
54return (bool)_owner.GetValue(IsEnabledProperty); 59_owner.SetValue(IsEnabledProperty, value); 70textBoxBase.SetValue(IsEnabledProperty, value); 80return (bool)textBoxBase.GetValue(IsEnabledProperty);
System\windows\Documents\TextEditor.cs (3)
91if ((bool)_uiScope.GetValue(SpellCheck.IsEnabledProperty)) 987return _uiScope == null ? false : (bool)_uiScope.GetValue(SpellCheck.IsEnabledProperty); 992_uiScope.SetValue(SpellCheck.IsEnabledProperty, value);