1 write to _disposed
PresentationFramework (1)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
800
if (!Interlocked.CompareExchange(ref
_disposed
, true, false))
1 reference to _disposed
PresentationFramework (1)
MS\Internal\PtsHost\FlowDocumentPage.cs (1)
679
internal bool IsDisposed { get { return
_disposed
|| _structuralCache.PtsContext.Disposed; } }