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