1 instantiation of SpellCheck
PresentationFramework (1)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
512return new SpellCheck(this);
13 references to SpellCheck
PresentationFramework (13)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
508public SpellCheck SpellCheck
System\Windows\Controls\SpellCheck.cs (3)
94typeof(SpellCheck), 141typeof(SpellCheck), 171typeof(SpellCheck),
System\Windows\Documents\Speller.cs (2)
306property == SpellCheck.SpellingReformProperty; 464_spellingReform = (SpellingReform)_textEditor.UiScope.GetValue(SpellCheck.SpellingReformProperty);
System\windows\Documents\TextEditor.cs (4)
92if ((bool)_uiScope.GetValue(SpellCheck.IsEnabledProperty)) 278CustomDictionarySources dictionarySources = (CustomDictionarySources)SpellCheck.GetCustomDictionaries(textBoxBase); 991return _uiScope == null ? false : (bool)_uiScope.GetValue(SpellCheck.IsEnabledProperty); 996_uiScope.SetValue(SpellCheck.IsEnabledProperty, value);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
676case 582: t = () => typeof(SpellCheck); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10161typeof(System.Windows.Controls.SpellCheck),
System\Windows\Markup\KnownTypes.cs (1)
6130case KnownElements.SpellCheck: t = typeof(System.Windows.Controls.SpellCheck); break;