5 references to WS_EX_TOOLWINDOW
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Form.cs (3)
2517cp.ExStyle = NativeMethods.WS_EX_TOOLWINDOW; 3957cp.ExStyle |= NativeMethods.WS_EX_TOOLWINDOW; 3961cp.ExStyle |= NativeMethods.WS_EX_TOOLWINDOW;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5497cp.ExStyle |= NativeMethods.WS_EX_TOOLWINDOW;
winforms\Managed\System\WinForms\ToolStrip.cs (1)
795cp.ExStyle = NativeMethods.WS_EX_TOOLWINDOW;