3 writes to _hasErrorsCache
PresentationFramework (3)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (3)
454
_hasErrorsCache
= hasErrorsCache;
538
_hasErrorsCache
= null; // cached HasErrors results are no longer valid
559
_hasErrorsCache
= null; // cached HasErrors results are no longer valid
1 reference to _hasErrorsCache
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (1)
428
List<HasErrorsResult> hasErrorsCache =
_hasErrorsCache
;