1 write to _disposed
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (1)
616_disposed = true;
14 references to _disposed
PresentationFramework (14)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (14)
79return _disposed ? null : _languageTag; 112return _disposed ? null : SuggestImplWithRetries(word, shouldSuppressCOMExceptions); 137if (_disposed) return; 163if (_disposed) return; 242return _disposed ? null : GetOptionIdsImplWithRetries(suppressCOMExceptions); 269return _disposed ? null : GetIdImplWithRetries(suppressCOMExceptions); 296return _disposed ? null : GetLocalizedNameImplWithRetries(suppressCOMExceptions); 324return _disposed ? null : GetOptionDescriptionImplWithRetries(optionId, suppressCOMExceptions); 352return _disposed ? null : CheckImplWithRetries(text, suppressCOMExceptions); 380return _disposed ? null : ComprehensiveCheckImplWithRetries(text, shouldSuppressCOMExceptions); 413if (_disposed || String.IsNullOrWhiteSpace(text)) 509return _disposed ? null : addSpellCheckerChangedImplWithRetries(handler, suppressCOMExceptions); 527if (_disposed) return; 614if (_disposed) return;