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