3 writes to _handle
System.Windows.Forms (3)
System\Windows\Forms\Application.ThreadContext.cs (3)
85
_handle
= target;
307
_handle
= HANDLE.Null;
478
_handle
= HANDLE.Null;
5 references to _handle
System.Windows.Forms (5)
System\Windows\Forms\Application.ThreadContext.cs (5)
304
if (!
_handle
.IsNull)
306
PInvoke.CloseHandle(
_handle
);
475
if (!
_handle
.IsNull)
477
PInvoke.CloseHandle(
_handle
);
532
public HANDLE Handle =>
_handle
;