1 instantiation of SpellCheck
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
542return new SpellCheck(this);
13 references to SpellCheck
PresentationFramework (13)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
538public SpellCheck SpellCheck
src\Framework\System\Windows\Controls\SpellCheck.cs (3)
105typeof(SpellCheck), 155typeof(SpellCheck), 188typeof(SpellCheck),
src\Framework\System\Windows\Documents\Speller.cs (2)
334property == SpellCheck.SpellingReformProperty; 530_spellingReform = (SpellingReform)_textEditor.UiScope.GetValue(SpellCheck.SpellingReformProperty);
src\Framework\System\windows\Documents\TextEditor.cs (4)
107if ((bool)_uiScope.GetValue(SpellCheck.IsEnabledProperty)) 299CustomDictionarySources dictionarySources = (CustomDictionarySources)SpellCheck.GetCustomDictionaries(textBoxBase); 1027return _uiScope == null ? false : (bool)_uiScope.GetValue(SpellCheck.IsEnabledProperty); 1032_uiScope.SetValue(SpellCheck.IsEnabledProperty, value);
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
674case 582: t = () => typeof(SpellCheck); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9173typeof(System.Windows.Controls.SpellCheck),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6126case KnownElements.SpellCheck: t = typeof(System.Windows.Controls.SpellCheck); break;