1 write to window
System.Windows.Forms (1)
winforms\Managed\System\WinForms\StatusBar.cs (1)
1669window = new ToolTipNativeWindow(this);
6 references to window
System.Windows.Forms (6)
winforms\Managed\System\WinForms\StatusBar.cs (6)
1697if (window.Handle == IntPtr.Zero) { 1700return window.Handle; 1705get { return window.Handle != IntPtr.Zero;} 1814window.CreateHandle(CreateParams); 1832window.DestroyHandle(); 1914window.DefWndProc(ref msg);