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