3 references to WS_CLIPSIBLINGS
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
1883
cp.Style |= NativeMethods.WS_CHILD | NativeMethods.
WS_CLIPSIBLINGS
;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
331
cp.Style &= ~(NativeMethods.WS_CAPTION | NativeMethods.
WS_CLIPSIBLINGS
); /* no caption, no siblings */
352
cp.Style |= NativeMethods.
WS_CLIPSIBLINGS
;