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