1 write to _disposed
PresentationFramework (1)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (1)
611_disposed = true;
14 references to _disposed
PresentationFramework (14)
System\Windows\Documents\MsSpellCheckLib\SpellChecker\SpellChecker.cs (14)
76return _disposed ? null : _languageTag; 107return _disposed ? null : SuggestImplWithRetries(word, shouldSuppressCOMExceptions); 132if (_disposed) return; 158if (_disposed) return; 237return _disposed ? null : GetOptionIdsImplWithRetries(suppressCOMExceptions); 264return _disposed ? null : GetIdImplWithRetries(suppressCOMExceptions); 291return _disposed ? null : GetLocalizedNameImplWithRetries(suppressCOMExceptions); 319return _disposed ? null : GetOptionDescriptionImplWithRetries(optionId, suppressCOMExceptions); 347return _disposed ? null : CheckImplWithRetries(text, suppressCOMExceptions); 375return _disposed ? null : ComprehensiveCheckImplWithRetries(text, shouldSuppressCOMExceptions); 408if (_disposed || String.IsNullOrWhiteSpace(text)) 504return _disposed ? null : addSpellCheckerChangedImplWithRetries(handler, suppressCOMExceptions); 522if (_disposed) return; 609if (_disposed) return;