6 references to WS_EX_TOOLWINDOW
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
73
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_TOOLWINDOW
;
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
677
ExStyle = (int)WINDOW_EX_STYLE.
WS_EX_TOOLWINDOW
System\Windows\Forms\Form.cs (3)
2013
ExStyle = (int)WINDOW_EX_STYLE.
WS_EX_TOOLWINDOW
3653
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_TOOLWINDOW
;
3657
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_TOOLWINDOW
;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.EditorPropertyLine.FlyoutDialog.cs (1)
62
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_TOOLWINDOW
;