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
);
61
return
_handle
;