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