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