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)
299if (!_handle.IsNull) 301PInvoke.CloseHandle(_handle); 456if (!_handle.IsNull) 458PInvoke.CloseHandle(_handle); 519public HANDLE Handle => _handle;