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