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