1 write to _disposed
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (1)
610_disposed = true;
14 references to _disposed
PresentationFramework (14)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (14)
75return _disposed ? null : _languageTag; 106return _disposed ? null : SuggestImplWithRetries(word, shouldSuppressCOMExceptions); 131if (_disposed) return; 157if (_disposed) return; 236return _disposed ? null : GetOptionIdsImplWithRetries(suppressCOMExceptions); 263return _disposed ? null : GetIdImplWithRetries(suppressCOMExceptions); 290return _disposed ? null : GetLocalizedNameImplWithRetries(suppressCOMExceptions); 318return _disposed ? null : GetOptionDescriptionImplWithRetries(optionId, suppressCOMExceptions); 346return _disposed ? null : CheckImplWithRetries(text, suppressCOMExceptions); 374return _disposed ? null : ComprehensiveCheckImplWithRetries(text, shouldSuppressCOMExceptions); 407if (_disposed || String.IsNullOrWhiteSpace(text)) 503return _disposed ? null : addSpellCheckerChangedImplWithRetries(handler, suppressCOMExceptions); 521if (_disposed) return; 608if (_disposed) return;