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