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