1 instantiation of SpellCheck
PresentationFramework (1)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
511
return new
SpellCheck
(this);
13 references to SpellCheck
PresentationFramework (13)
System\Windows\Controls\Primitives\TextBoxBase.cs (1)
507
public
SpellCheck
SpellCheck
System\Windows\Controls\SpellCheck.cs (3)
93
typeof(
SpellCheck
),
140
typeof(
SpellCheck
),
170
typeof(
SpellCheck
),
System\Windows\Documents\Speller.cs (2)
305
property ==
SpellCheck
.SpellingReformProperty;
463
_spellingReform = (SpellingReform)_textEditor.UiScope.GetValue(
SpellCheck
.SpellingReformProperty);
System\windows\Documents\TextEditor.cs (4)
91
if ((bool)_uiScope.GetValue(
SpellCheck
.IsEnabledProperty))
277
CustomDictionarySources dictionarySources = (CustomDictionarySources)
SpellCheck
.GetCustomDictionaries(textBoxBase);
987
return _uiScope == null ? false : (bool)_uiScope.GetValue(
SpellCheck
.IsEnabledProperty);
992
_uiScope.SetValue(
SpellCheck
.IsEnabledProperty, value);
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
675
case 582: t = () => typeof(
SpellCheck
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10160
typeof(System.Windows.Controls.
SpellCheck
),
System\Windows\Markup\KnownTypes.cs (1)
6129
case KnownElements.SpellCheck: t = typeof(System.Windows.Controls.
SpellCheck
); break;