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