1 write to _disposed
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (1)
613_disposed = true;
14 references to _disposed
PresentationFramework (14)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (14)
76return _disposed ? null : _languageTag; 109return _disposed ? null : SuggestImplWithRetries(word, shouldSuppressCOMExceptions); 134if (_disposed) return; 160if (_disposed) return; 239return _disposed ? null : GetOptionIdsImplWithRetries(suppressCOMExceptions); 266return _disposed ? null : GetIdImplWithRetries(suppressCOMExceptions); 293return _disposed ? null : GetLocalizedNameImplWithRetries(suppressCOMExceptions); 321return _disposed ? null : GetOptionDescriptionImplWithRetries(optionId, suppressCOMExceptions); 349return _disposed ? null : CheckImplWithRetries(text, suppressCOMExceptions); 377return _disposed ? null : ComprehensiveCheckImplWithRetries(text, shouldSuppressCOMExceptions); 410if (_disposed || String.IsNullOrWhiteSpace(text)) 506return _disposed ? null : addSpellCheckerChangedImplWithRetries(handler, suppressCOMExceptions); 524if (_disposed) return; 611if (_disposed) return;