3 writes to _handle
System.Windows.Forms (3)
System\Windows\Forms\Application.ThreadContext.cs (3)
84
_handle
= target;
302
_handle
= HANDLE.Null;
459
_handle
= HANDLE.Null;
5 references to _handle
System.Windows.Forms (5)
System\Windows\Forms\Application.ThreadContext.cs (5)
299
if (!
_handle
.IsNull)
301
PInvoke.CloseHandle(
_handle
);
456
if (!
_handle
.IsNull)
458
PInvoke.CloseHandle(
_handle
);
519
public HANDLE Handle =>
_handle
;