2 writes to _handle
PresentationFramework (2)
MS\Internal\PtsHost\UnmanagedHandle.cs (2)
29_handle = ptsContext.CreateHandle(this); 43_handle = IntPtr.Zero;
2 references to _handle
PresentationFramework (2)
MS\Internal\PtsHost\UnmanagedHandle.cs (2)
39_ptsContext.ReleaseHandle(_handle); 55return _handle;