2 writes to _ptsContext
PresentationFramework (2)
MS\Internal\PtsHost\PtsHost.cs (2)
60
_ptsContext
= ptsContext;
65
_ptsContext
= null;
4 references to _ptsContext
PresentationFramework (4)
MS\Internal\PtsHost\PtsHost.cs (4)
59
Invariant.Assert(
_ptsContext
== null);
64
Invariant.Assert(
_ptsContext
== ptsContext);
69
get { Invariant.Assert(
_ptsContext
!= null); return
_ptsContext
; }