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)
283if (_spellingReform != spellingReform) 1559_spellerInterop.SetReformMode(culture, _spellingReform);