1 instantiation of SpellCheck
PresentationFramework (1)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
519return new SpellCheck(this);
13 references to SpellCheck
PresentationFramework (13)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
515public SpellCheck SpellCheck
System\Windows\Controls\SpellCheck.cs (3)
97typeof(SpellCheck), 144typeof(SpellCheck), 174typeof(SpellCheck),
System\Windows\Documents\Speller.cs (2)
323property == SpellCheck.SpellingReformProperty; 481_spellingReform = (SpellingReform)_textEditor.UiScope.GetValue(SpellCheck.SpellingReformProperty);
System\windows\Documents\TextEditor.cs (4)
103if ((bool)_uiScope.GetValue(SpellCheck.IsEnabledProperty)) 289CustomDictionarySources dictionarySources = (CustomDictionarySources)SpellCheck.GetCustomDictionaries(textBoxBase); 1000return _uiScope == null ? false : (bool)_uiScope.GetValue(SpellCheck.IsEnabledProperty); 1005_uiScope.SetValue(SpellCheck.IsEnabledProperty, value);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
678case 582: t = () => typeof(SpellCheck); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9177typeof(System.Windows.Controls.SpellCheck),
System\Windows\Markup\KnownTypes.cs (1)
6136case KnownElements.SpellCheck: t = typeof(System.Windows.Controls.SpellCheck); break;