2 references to WS_EX_APPWINDOW
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Form.cs (1)
1022
cp.ExStyle |= NativeMethods.
WS_EX_APPWINDOW
;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
332
cp.ExStyle &= ~(NativeMethods.
WS_EX_APPWINDOW
); /* show in taskbar = false */