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