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)
66
Invariant.Assert(
_ptsContext
== null);
71
Invariant.Assert(
_ptsContext
== ptsContext);
76
get { Invariant.Assert(
_ptsContext
!= null); return
_ptsContext
; }