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