1 write to _disposed
PresentationFramework (1)
MS\Internal\PtsHost\PtsContext.cs (1)
75
if (Interlocked.CompareExchange(ref
_disposed
, true, false) == false)
1 reference to _disposed
PresentationFramework (1)
MS\Internal\PtsHost\PtsContext.cs (1)
373
get { return
_disposed
; }