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