13 references to Disposed
PresentationFramework (13)
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
773if (_document.StructuralCache.PtsContext.Disposed)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
679internal bool IsDisposed { get { return _disposed || _structuralCache.PtsContext.Disposed; } }
MS\Internal\PtsHost\PageBreakRecord.cs (1)
142if (ptsContext != null && !ptsContext.Disposed)
MS\Internal\PtsHost\PtsCache.cs (2)
320Invariant.Assert(!ptsContext.Disposed, "PtsContext has been already disposed."); 385Invariant.Assert(!ptsContext.Disposed, "PtsContext has been already disposed.");
MS\Internal\PtsHost\PtsContext.cs (7)
178Invariant.Assert(!this.Disposed, "PtsContext is already disposed."); 284Invariant.Assert(!this.Disposed, "PtsContext is already disposed."); 309if (!this.Disposed && !this.Dispatcher.HasShutdownStarted) 325Invariant.Assert(!this.Disposed, "PtsContext is already disposed."); 349if (!this.Disposed && !this.Dispatcher.HasShutdownStarted) 477if (!this.Disposed) 514if (!this.Disposed)
MS\Internal\PtsHost\StructuralCache.cs (1)
186if (_section != null && !_ptsContext.Disposed)