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)
304if (!_handle.IsNull) 306PInvoke.CloseHandle(_handle); 475if (!_handle.IsNull) 477PInvoke.CloseHandle(_handle); 532public HANDLE Handle => _handle;