6 references to WS_CLIPCHILDREN
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
1414
cp.Style = (int)WINDOW_STYLE.
WS_CLIPCHILDREN
;
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 |