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