2 writes to _handle
PresentationFramework (2)
MS\Internal\PtsHost\UnmanagedHandle.cs (2)
32_handle = ptsContext.CreateHandle(this); 46_handle = IntPtr.Zero;
2 references to _handle
PresentationFramework (2)
MS\Internal\PtsHost\UnmanagedHandle.cs (2)
42_ptsContext.ReleaseHandle(_handle); 58return _handle;