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