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