2 writes to _context
PresentationFramework (2)
MS\Internal\PtsHost\PtsHost.cs (2)
51
_context
= IntPtr.Zero;
79
set { Invariant.Assert(_context == IntPtr.Zero);
_context
= value; }
3 references to _context
PresentationFramework (3)
MS\Internal\PtsHost\PtsHost.cs (3)
78
get { Invariant.Assert(
_context
!= IntPtr.Zero); return
_context
; }
79
set { Invariant.Assert(
_context
== IntPtr.Zero); _context = value; }