1 write to _context
PresentationFramework (1)
src\Framework\MS\Internal\PtsHost\PtsHost.cs (1)
58_context = new SecurityCriticalDataForSet<IntPtr>(IntPtr.Zero);
4 references to _context
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\PtsHost.cs (4)
88get { Invariant.Assert(_context.Value != IntPtr.Zero); return _context.Value; } 90set { Invariant.Assert(_context.Value == IntPtr.Zero); _context.Value = value; }