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