8 references to WS_CLIPSIBLINGS
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
1427
cp.Style |= (int)(WINDOW_STYLE.WS_CHILD | WINDOW_STYLE.
WS_CLIPSIBLINGS
);
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
220
cp.Style &= ~(int)(WINDOW_STYLE.WS_CAPTION | WINDOW_STYLE.
WS_CLIPSIBLINGS
);
246
cp.Style |= (int)WINDOW_STYLE.
WS_CLIPSIBLINGS
;
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\Behavior\BehaviorService.AdornerWindow.cs (1)
42
cp.Style &= ~(int)(WINDOW_STYLE.WS_CLIPCHILDREN | WINDOW_STYLE.
WS_CLIPSIBLINGS
);
System\Windows\Forms\Design\SelectionUIService.cs (1)
100
cp.Style &= ~(int)(WINDOW_STYLE.
WS_CLIPSIBLINGS
| WINDOW_STYLE.WS_CLIPCHILDREN);
System\Windows\Forms\Design\ToolStripAdornerWindowService.cs (1)
179
cp.Style &= ~(int)(WINDOW_STYLE.WS_CLIPCHILDREN | WINDOW_STYLE.
WS_CLIPSIBLINGS
);
System.Windows.Forms.Tests (2)
System\Windows\Forms\DomainUpDownTests.cs (1)
166
((WINDOW_STYLE)createParams.Style).Should().Be(WINDOW_STYLE.WS_MAXIMIZEBOX | WINDOW_STYLE.WS_CLIPCHILDREN | WINDOW_STYLE.
WS_CLIPSIBLINGS
System\Windows\Forms\UpDownBaseTests.cs (1)
149
Assert.Equal(WINDOW_STYLE.WS_MAXIMIZEBOX | WINDOW_STYLE.WS_CLIPCHILDREN | WINDOW_STYLE.
WS_CLIPSIBLINGS
|