1 write to _mode
PresentationFramework (1)
System\Windows\Documents\WinRTSpellerInterop.cs (1)
155
_mode
= value;
2 references to _mode
PresentationFramework (2)
System\Windows\Documents\WinRTSpellerInterop.cs (2)
372
bool spellCheckerNeeded =
_mode
.HasFlag(SpellerMode.SpellingErrors) ||
_mode
.HasFlag(SpellerMode.Suggestions);