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)
390
if (
_window
is not null)
395
_window
.DestroyHandle();
404
if (
_window
is not null &&
_window
.Handle != 0)
406
PInvokeCore.PostMessage(
_window
, PInvokeCore.WM_CLOSE);
407
_window
.ReleaseHandle();
573
if (
_window
.Handle == IntPtr.Zero)
575
_window
.CreateHandle(new CreateParams());
578
data.hWnd =
_window
.Handle;
613
PInvoke.SetForegroundWindow(
_window
);
634
_window
.LockReference(showIconInTray);
646
if (
_window
.Handle == IntPtr.Zero)
648
_window
.CreateHandle(new CreateParams());
652
data.hWnd =
_window
.Handle;
794
_window
.DefWndProc(ref msg);
811
_window
.DefWndProc(ref msg);