19 references to WS_EX_CLIENTEDGE
System.Windows.Forms (19)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
341
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;
System\Windows\Forms\Controls\DateTimePicker\DateTimePicker.cs (1)
409
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
291
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;
System\Windows\Forms\Controls\ListView\ListView.cs (1)
663
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (1)
203
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewListBox.cs (1)
28
cp.ExStyle &= ~(int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
315
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
210
cp.ExStyle &= ~(int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;
215
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (2)
419
cp.ExStyle &= ~(int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;
424
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
322
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;
System\Windows\Forms\Controls\UpDown\UpDownBase.cs (1)
228
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;
System\Windows\Forms\Form.cs (1)
3645
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;
System\Windows\Forms\MDI\MDIClient.cs (1)
92
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;
System\Windows\Forms\Panels\Panel.cs (2)
125
cp.ExStyle &= ~(int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;
130
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;
System\Windows\Forms\UserControl.cs (2)
161
cp.ExStyle &= ~(int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;
166
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_CLIENTEDGE
;