2 writes to _ptsContext
PresentationFramework (2)
MS\Internal\PtsHost\PtsHost.cs (2)
46
_ptsContext
= ptsContext;
51
_ptsContext
= null;
4 references to _ptsContext
PresentationFramework (4)
MS\Internal\PtsHost\PtsHost.cs (4)
45
Invariant.Assert(
_ptsContext
== null);
50
Invariant.Assert(
_ptsContext
== ptsContext);
55
get { Invariant.Assert(
_ptsContext
!= null); return
_ptsContext
; }