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