4 references to WS_POPUP
System.Windows.Forms (4)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
5498
cp.Style |= NativeMethods.
WS_POPUP
| NativeMethods.WS_BORDER;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (3)
334
cp.Style |= (TopLevel) ? NativeMethods.
WS_POPUP
: NativeMethods.WS_CHILD;
1774
styleFlags |= NativeMethods.
WS_POPUP
;
1778
styleFlags &= ~NativeMethods.
WS_POPUP
;