76 writes to ExStyle
System.Web.Mobile (1)
UI\MobileControls\Design\Util\MSHTMLHost.cs (1)
52
cp.
ExStyle
|= NativeMethods.WS_EX_STATICEDGE;
System.Windows.Forms (74)
winforms\Managed\System\WinForms\ButtonBase.cs (1)
201
cp.
ExStyle
&= ~NativeMethods.WS_EX_RIGHT; // WS_EX_RIGHT overrides the BS_XXXX alignment styles
winforms\Managed\System\WinForms\ComboBox.cs (1)
421
cp.
ExStyle
|= NativeMethods.WS_EX_CLIENTEDGE;
winforms\Managed\System\WinForms\ContainerControl.cs (1)
299
cp.
ExStyle
|= NativeMethods.WS_EX_CONTROLPARENT;
winforms\Managed\System\WinForms\Control.cs (5)
1863
cp.
ExStyle
= 0;
1874
cp.
ExStyle
|= NativeMethods.WS_EX_CONTROLPARENT;
1905
cp.
ExStyle
|= NativeMethods.WS_EX_RTLREADING;
1906
cp.
ExStyle
|= NativeMethods.WS_EX_RIGHT;
1907
cp.
ExStyle
|= NativeMethods.WS_EX_LEFTSCROLLBAR;
winforms\Managed\System\WinForms\DateTimePicker.cs (3)
481
cp.
ExStyle
|= NativeMethods.WS_EX_CLIENTEDGE;
485
cp.
ExStyle
|= NativeMethods.WS_EX_LAYOUTRTL;
487
cp.
ExStyle
&= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.WS_EX_RIGHT | NativeMethods.WS_EX_LEFTSCROLLBAR);
winforms\Managed\System\WinForms\Design\ComponentEditorForm.cs (1)
674
cp.
ExStyle
|= NativeMethods.WS_EX_STATICEDGE;
winforms\Managed\System\WinForms\Form.cs (14)
1009
cp.
ExStyle
|= NativeMethods.WS_EX_LAYERED;
1022
cp.
ExStyle
|= NativeMethods.WS_EX_APPWINDOW;
1031
cp.
ExStyle
|= NativeMethods.WS_EX_DLGMODALFRAME;
1052
cp.
ExStyle
|= NativeMethods.WS_EX_MDICHILD;
1076
cp.
ExStyle
|= NativeMethods.WS_EX_LAYOUTRTL | NativeMethods.WS_EX_NOINHERITLAYOUT;
1078
cp.
ExStyle
&= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.WS_EX_RIGHT | NativeMethods.WS_EX_LEFTSCROLLBAR);
2517
cp.
ExStyle
= NativeMethods.WS_EX_TOOLWINDOW;
3918
cp.
ExStyle
|= NativeMethods.WS_EX_CONTEXTHELP;
3921
cp.
ExStyle
&= ~NativeMethods.WS_EX_CONTEXTHELP;
3949
cp.
ExStyle
|= NativeMethods.WS_EX_CLIENTEDGE;
3953
cp.
ExStyle
|= NativeMethods.WS_EX_DLGMODALFRAME;
3957
cp.
ExStyle
|= NativeMethods.WS_EX_TOOLWINDOW;
3961
cp.
ExStyle
|= NativeMethods.WS_EX_TOOLWINDOW;
7819
cp.
ExStyle
= 0;
winforms\Managed\System\WinForms\GroupBox.cs (1)
165
cp.
ExStyle
|= NativeMethods.WS_EX_CONTROLPARENT;
winforms\Managed\System\WinForms\Label.cs (1)
334
cp.
ExStyle
&= ~NativeMethods.WS_EX_RIGHT; // WS_EX_RIGHT overrides the SS_XXXX alignment styles
winforms\Managed\System\WinForms\ListBox.cs (1)
346
cp.
ExStyle
|= NativeMethods.WS_EX_CLIENTEDGE;
winforms\Managed\System\WinForms\ListView.cs (3)
708
cp.
ExStyle
|= NativeMethods.WS_EX_CLIENTEDGE;
759
cp.
ExStyle
|= NativeMethods.WS_EX_LAYOUTRTL;
761
cp.
ExStyle
&= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.WS_EX_RIGHT | NativeMethods.WS_EX_LEFTSCROLLBAR);
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
351
cp.
ExStyle
&= ~NativeMethods.WS_EX_RIGHT; // WS_EX_RIGHT overrides the ES_XXXX alignment styles
winforms\Managed\System\WinForms\MDIClient.cs (3)
119
cp.
ExStyle
|= NativeMethods.WS_EX_CLIENTEDGE;
129
cp.
ExStyle
|= NativeMethods.WS_EX_LAYOUTRTL | NativeMethods.WS_EX_NOINHERITLAYOUT;
131
cp.
ExStyle
&= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.WS_EX_RIGHT | NativeMethods.WS_EX_LEFTSCROLLBAR);
winforms\Managed\System\WinForms\MonthCalendar.cs (2)
448
cp.
ExStyle
|= NativeMethods.WS_EX_LAYOUTRTL;
450
cp.
ExStyle
&= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.WS_EX_RIGHT | NativeMethods.WS_EX_LEFTSCROLLBAR);
winforms\Managed\System\WinForms\Panel.cs (3)
163
cp.
ExStyle
|= NativeMethods.WS_EX_CONTROLPARENT;
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\ProgressBar.cs (2)
104
cp.
ExStyle
|= NativeMethods.WS_EX_LAYOUTRTL;
106
cp.
ExStyle
&= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.WS_EX_RIGHT | NativeMethods.WS_EX_LEFTSCROLLBAR);
winforms\Managed\System\WinForms\PropertyGridInternal\GridToolTip.cs (1)
115
cp.
ExStyle
= 0;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5497
cp.
ExStyle
|= NativeMethods.WS_EX_TOOLWINDOW;
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\StatusBar.cs (1)
1686
cp.
ExStyle
= 0;
winforms\Managed\System\WinForms\StatusStrip.cs (1)
611
cp.
ExStyle
|= NativeMethods.WS_EX_LAYOUTRTL;
winforms\Managed\System\WinForms\TabControl.cs (2)
388
cp.
ExStyle
|= NativeMethods.WS_EX_LAYOUTRTL | NativeMethods.WS_EX_NOINHERITLAYOUT;
390
cp.
ExStyle
&= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.WS_EX_RIGHT | NativeMethods.WS_EX_LEFTSCROLLBAR);
winforms\Managed\System\WinForms\TextBox.cs (1)
335
cp.
ExStyle
&= ~NativeMethods.WS_EX_RIGHT; // WS_EX_RIGHT overrides the ES_XXXX alignment styles
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\Timer.cs (1)
325
cp.
ExStyle
= 0;
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\ToolStrip.cs (1)
795
cp.
ExStyle
= NativeMethods.WS_EX_TOOLWINDOW;
winforms\Managed\System\WinForms\ToolStripDropDown.cs (3)
332
cp.
ExStyle
&= ~(NativeMethods.WS_EX_APPWINDOW); /* show in taskbar = false */
335
cp.
ExStyle
|= (NativeMethods.WS_EX_CONTROLPARENT); /* show in taskbar = false */
341
cp.
ExStyle
|= NativeMethods.WS_EX_LAYERED;
winforms\Managed\System\WinForms\ToolTip.cs (1)
261
cp.
ExStyle
= 0;
winforms\Managed\System\WinForms\TrackBar.cs (2)
225
cp.
ExStyle
|= NativeMethods.WS_EX_LAYOUTRTL | NativeMethods.WS_EX_NOINHERITLAYOUT;
227
cp.
ExStyle
&= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.WS_EX_RIGHT | NativeMethods.WS_EX_LEFTSCROLLBAR);
winforms\Managed\System\WinForms\TreeView.cs (3)
363
cp.
ExStyle
|= NativeMethods.WS_EX_CLIENTEDGE;
408
cp.
ExStyle
|= NativeMethods.WS_EX_LAYOUTRTL;
410
cp.
ExStyle
&= ~(NativeMethods.WS_EX_RTLREADING | NativeMethods.WS_EX_RIGHT | NativeMethods.WS_EX_LEFTSCROLLBAR);
winforms\Managed\System\WinForms\UpDownBase.cs (1)
362
cp.
ExStyle
|= NativeMethods.WS_EX_CLIENTEDGE;
winforms\Managed\System\WinForms\UserControl.cs (3)
200
cp.
ExStyle
|= NativeMethods.WS_EX_CONTROLPARENT;
202
cp.
ExStyle
&= (~NativeMethods.WS_EX_CLIENTEDGE);
207
cp.
ExStyle
|= NativeMethods.WS_EX_CLIENTEDGE;
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerWidgets.cs (1)
2288
createParams.
ExStyle
= NativeMethods.WS_EX_TOPMOST;
18 references to ExStyle
System.Windows.Forms (18)
winforms\Managed\System\WinForms\Control.cs (11)
546
AdjustWindowRectEx(ref rect, cp.Style, false, cp.
ExStyle
);
3174
SetState(STATE_MIRRORED, (cp.
ExStyle
& NativeMethods.WS_EX_LAYOUTRTL) != 0);
5801
SetState(STATE_MIRRORED, (cp.
ExStyle
& NativeMethods.WS_EX_LAYOUTRTL) != 0);
5821
Debug.Assert((cp.
ExStyle
& NativeMethods.WS_EX_MDICHILD) == 0, "Can't put MDI child forms on the parking form");
6589
AdjustWindowRectEx(ref adornments, cp.Style, HasMenu, cp.
ExStyle
);
11484
AdjustWindowRectEx(ref adornments, cp.Style, HasMenu, cp.
ExStyle
);
11956
AdjustWindowRectEx(ref rect, cp.Style, HasMenu, cp.
ExStyle
);
12544
AdjustWindowRectEx(ref rect, cp.Style, false, cp.
ExStyle
);
12750
if (exStyle != cp.
ExStyle
) {
12751
WindowExStyle = cp.
ExStyle
;
12752
SetState(STATE_MIRRORED, (cp.
ExStyle
& NativeMethods.WS_EX_LAYOUTRTL) != 0);
winforms\Managed\System\WinForms\Form.cs (4)
2106
if (exStyle != cp.
ExStyle
) {
2107
UnsafeNativeMethods.SetWindowLong(new HandleRef(this, Handle), NativeMethods.GWL_EXSTYLE, new HandleRef(null, (IntPtr)cp.
ExStyle
));
3585
return ComputeWindowSize(clientSize, cp.Style, cp.
ExStyle
);
3989
Size correct = ComputeWindowSize(ClientSize, maskedStyle, cp.
ExStyle
);
winforms\Managed\System\WinForms\MDIClient.cs (1)
295
AdjustWindowRectEx(ref rect, cp.Style, false, cp.
ExStyle
);
winforms\Managed\System\WinForms\NativeWindow.cs (1)
763
createResult = UnsafeNativeMethods.CreateWindowEx(cp.
ExStyle
, windowClass.windowClassName,
winforms\Managed\System\WinForms\ToolStripTextBox.cs (1)
641
AdjustWindowRectEx(ref rect, cp.Style, HasMenu, cp.
ExStyle
);