13 references to Disposed
PresentationFramework (13)
src\Framework\MS\Internal\Documents\FlowDocumentPaginator.cs (1)
795
if (_document.StructuralCache.PtsContext.
Disposed
)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (1)
709
internal bool IsDisposed { get { return (_disposed != 0) || _structuralCache.PtsContext.
Disposed
; } }
src\Framework\MS\Internal\PtsHost\PageBreakRecord.cs (1)
153
if (ptsContext != null && !ptsContext.
Disposed
)
src\Framework\MS\Internal\PtsHost\PtsCache.cs (2)
374
Invariant.Assert(!ptsContext.
Disposed
, "PtsContext has been already disposed.");
452
Invariant.Assert(!ptsContext.
Disposed
, "PtsContext has been already disposed.");
src\Framework\MS\Internal\PtsHost\PtsContext.cs (7)
197
Invariant.Assert(!this.
Disposed
, "PtsContext is already disposed.");
309
Invariant.Assert(!this.
Disposed
, "PtsContext is already disposed.");
334
if (!this.
Disposed
&& !this.Dispatcher.HasShutdownStarted)
355
Invariant.Assert(!this.
Disposed
, "PtsContext is already disposed.");
379
if (!this.
Disposed
&& !this.Dispatcher.HasShutdownStarted)
517
if (!this.
Disposed
)
564
if (!this.
Disposed
)
src\Framework\MS\Internal\PtsHost\StructuralCache.cs (1)
197
if (_section != null && !_ptsContext.
Disposed
)