13 references to Disposed
PresentationFramework (13)
MS\Internal\Documents\FlowDocumentPaginator.cs (1)
774if (_document.StructuralCache.PtsContext.Disposed)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
680internal bool IsDisposed { get { return (_disposed != 0) || _structuralCache.PtsContext.Disposed; } }
MS\Internal\PtsHost\PageBreakRecord.cs (1)
143if (ptsContext != null && !ptsContext.Disposed)
MS\Internal\PtsHost\PtsCache.cs (2)
321Invariant.Assert(!ptsContext.Disposed, "PtsContext has been already disposed."); 389Invariant.Assert(!ptsContext.Disposed, "PtsContext has been already disposed.");
MS\Internal\PtsHost\PtsContext.cs (7)
179Invariant.Assert(!this.Disposed, "PtsContext is already disposed."); 285Invariant.Assert(!this.Disposed, "PtsContext is already disposed."); 310if (!this.Disposed && !this.Dispatcher.HasShutdownStarted) 326Invariant.Assert(!this.Disposed, "PtsContext is already disposed."); 350if (!this.Disposed && !this.Dispatcher.HasShutdownStarted) 478if (!this.Disposed) 515if (!this.Disposed)
MS\Internal\PtsHost\StructuralCache.cs (1)
187if (_section != null && !_ptsContext.Disposed)