2 writes to _window
System.Windows.Forms (2)
System\Windows\Forms\NotifyIcon.cs (2)
60_window = new NotifyIconNativeWindow(this); 396_window = null!;
16 references to _window
System.Windows.Forms (16)
System\Windows\Forms\NotifyIcon.cs (16)
390if (_window is not null) 395_window.DestroyHandle(); 404if (_window is not null && _window.Handle != 0) 406PInvokeCore.PostMessage(_window, PInvokeCore.WM_CLOSE); 407_window.ReleaseHandle(); 573if (_window.Handle == IntPtr.Zero) 575_window.CreateHandle(new CreateParams()); 578data.hWnd = _window.Handle; 613PInvoke.SetForegroundWindow(_window); 634_window.LockReference(showIconInTray); 646if (_window.Handle == IntPtr.Zero) 648_window.CreateHandle(new CreateParams()); 652data.hWnd = _window.Handle; 794_window.DefWndProc(ref msg); 811_window.DefWndProc(ref msg);