2 writes to _spellingReform
PresentationFramework (2)
src\Framework\System\Windows\Documents\Speller.cs (2)
285
_spellingReform
= spellingReform;
530
_spellingReform
= (SpellingReform)_textEditor.UiScope.GetValue(SpellCheck.SpellingReformProperty);
2 references to _spellingReform
PresentationFramework (2)
src\Framework\System\Windows\Documents\Speller.cs (2)
283
if (
_spellingReform
!= spellingReform)
1559
_spellerInterop.SetReformMode(culture,
_spellingReform
);