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