2 writes to _handle
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\UnmanagedHandle.cs (2)
35_handle = ptsContext.CreateHandle(this); 49_handle = IntPtr.Zero;
2 references to _handle
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\UnmanagedHandle.cs (2)
45_ptsContext.ReleaseHandle(_handle); 61return _handle;