4 references to WS_EX_STATICEDGE
System.Windows.Forms (1)
System\Windows\Forms\Design\ComponentEditorForm.PageSelector.cs (1)
48
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_STATICEDGE
;
System.Windows.Forms.Tests (3)
System\Windows\Forms\ControlTests.Methods.cs (1)
10138
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_STATICEDGE
;
System\Windows\Forms\GroupBoxTests.cs (1)
953
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_STATICEDGE
;
System\Windows\Forms\PanelTests.cs (1)
645
cp.ExStyle |= (int)WINDOW_EX_STYLE.
WS_EX_STATICEDGE
;