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