2 writes to window
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ToolTip.cs (2)
117window = new ToolTipNativeWindow(this); 1092window = null;
15 references to window
System.Windows.Forms (15)
winforms\Managed\System\WinForms\ToolTip.cs (15)
301return window.Handle; 890window.CreateHandle(cp); 1042window.DestroyHandle(); 1125return (window != null ? window.Handle != IntPtr.Zero: false); 1584StartTimer(window, duration); 1952if (window == null) 2434if ( (tt.TipType & TipInfo.Type.Auto) != 0 && window != null ) 2436window.DefWndProc(ref m); 2563if (window != null) { 2564window.DefWndProc(ref msg); 2574if (!WmWindowPosChanged() && window != null) 2576window.DefWndProc(ref msg); 2647if (window != null) { 2648window.DefWndProc(ref msg);