21 references to WS_EX_CLIENTEDGE
System.Windows.Forms (21)
winforms\Managed\System\WinForms\ComboBox.cs (1)
421
cp.ExStyle |= NativeMethods.
WS_EX_CLIENTEDGE
;
winforms\Managed\System\WinForms\DateTimePicker.cs (1)
481
cp.ExStyle |= NativeMethods.
WS_EX_CLIENTEDGE
;
winforms\Managed\System\WinForms\Form.cs (1)
3949
cp.ExStyle |= NativeMethods.
WS_EX_CLIENTEDGE
;
winforms\Managed\System\WinForms\ListBox.cs (1)
346
cp.ExStyle |= NativeMethods.
WS_EX_CLIENTEDGE
;
winforms\Managed\System\WinForms\ListView.cs (1)
708
cp.ExStyle |= NativeMethods.
WS_EX_CLIENTEDGE
;
winforms\Managed\System\WinForms\MDIClient.cs (1)
119
cp.ExStyle |= NativeMethods.
WS_EX_CLIENTEDGE
;
winforms\Managed\System\WinForms\Panel.cs (2)
165
cp.ExStyle &= (~NativeMethods.
WS_EX_CLIENTEDGE
);
170
cp.ExStyle |= NativeMethods.
WS_EX_CLIENTEDGE
;
winforms\Managed\System\WinForms\PictureBox.cs (1)
248
cp.ExStyle |= NativeMethods.
WS_EX_CLIENTEDGE
;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6152
cp.ExStyle &= ~NativeMethods.
WS_EX_CLIENTEDGE
;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
424
cp.ExStyle |= NativeMethods.
WS_EX_CLIENTEDGE
;
winforms\Managed\System\WinForms\Splitter.cs (2)
276
cp.ExStyle &= (~NativeMethods.
WS_EX_CLIENTEDGE
);
281
cp.ExStyle |= NativeMethods.
WS_EX_CLIENTEDGE
;
winforms\Managed\System\WinForms\TextBoxBase.cs (2)
495
cp.ExStyle &= (~NativeMethods.
WS_EX_CLIENTEDGE
);
500
cp.ExStyle |= NativeMethods.
WS_EX_CLIENTEDGE
;
winforms\Managed\System\WinForms\ToolBar.cs (2)
435
cp.ExStyle &= (~NativeMethods.
WS_EX_CLIENTEDGE
);
439
cp.ExStyle |= NativeMethods.
WS_EX_CLIENTEDGE
;
winforms\Managed\System\WinForms\TreeView.cs (1)
363
cp.ExStyle |= NativeMethods.
WS_EX_CLIENTEDGE
;
winforms\Managed\System\WinForms\UpDownBase.cs (1)
362
cp.ExStyle |= NativeMethods.
WS_EX_CLIENTEDGE
;
winforms\Managed\System\WinForms\UserControl.cs (2)
202
cp.ExStyle &= (~NativeMethods.
WS_EX_CLIENTEDGE
);
207
cp.ExStyle |= NativeMethods.
WS_EX_CLIENTEDGE
;