13 references to Disposed
PresentationFramework (13)
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
778if (_document.StructuralCache.PtsContext.Disposed)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
688internal bool IsDisposed { get { return (_disposed != 0) || _structuralCache.PtsContext.Disposed; } }
MS\Internal\PtsHost\PageBreakRecord.cs (1)
146if (ptsContext != null && !ptsContext.Disposed)
MS\Internal\PtsHost\PtsCache.cs (2)
322Invariant.Assert(!ptsContext.Disposed, "PtsContext has been already disposed."); 390Invariant.Assert(!ptsContext.Disposed, "PtsContext has been already disposed.");
MS\Internal\PtsHost\PtsContext.cs (7)
182Invariant.Assert(!this.Disposed, "PtsContext is already disposed."); 288Invariant.Assert(!this.Disposed, "PtsContext is already disposed."); 313if (!this.Disposed && !this.Dispatcher.HasShutdownStarted) 329Invariant.Assert(!this.Disposed, "PtsContext is already disposed."); 353if (!this.Disposed && !this.Dispatcher.HasShutdownStarted) 481if (!this.Disposed) 518if (!this.Disposed)
MS\Internal\PtsHost\StructuralCache.cs (1)
193if (_section != null && !_ptsContext.Disposed)