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