2 writes to _ptsContext
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\PtsHost.cs (2)
67_ptsContext = ptsContext; 72_ptsContext = null;
4 references to _ptsContext
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\PtsHost.cs (4)
66Invariant.Assert(_ptsContext == null); 71Invariant.Assert(_ptsContext == ptsContext); 76get { Invariant.Assert(_ptsContext != null); return _ptsContext; }