13 references to WS_OVERLAPPED
System.Windows.Forms (3)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
116
: WINDOW_STYLE.
WS_OVERLAPPED
;
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (1)
292
: WINDOW_STYLE.
WS_OVERLAPPED
;
System\Windows\Forms\Design\ComponentEditorPage.cs (1)
82
cp.Style &= ~(int)(WINDOW_STYLE.WS_BORDER | WINDOW_STYLE.
WS_OVERLAPPED
| WINDOW_STYLE.WS_DLGFRAME);
System.Windows.Forms.Primitives.Tests (4)
System\Windows\Forms\Automation\UiaTextProviderTests.cs (4)
18
style: WINDOW_STYLE.
WS_OVERLAPPED
32
style: WINDOW_STYLE.
WS_OVERLAPPED
45
style: WINDOW_STYLE.
WS_OVERLAPPED
58
style: WINDOW_STYLE.
WS_OVERLAPPED
| WINDOW_STYLE.WS_VISIBLE);
System.Windows.Forms.Primitives.TestUtilities (4)
Win32\EditControl.cs (1)
13
WINDOW_STYLE style = WINDOW_STYLE.
WS_OVERLAPPED
,
Win32\Window.cs (1)
18
WINDOW_STYLE style = WINDOW_STYLE.
WS_OVERLAPPED
,
Win32\WindowClass.cs (2)
128
WINDOW_STYLE style = WINDOW_STYLE.
WS_OVERLAPPED
,
149
WINDOW_STYLE style = WINDOW_STYLE.
WS_OVERLAPPED
,
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (1)
112
Assert.Equal(WINDOW_STYLE.
WS_OVERLAPPED
, provider.WindowStyle);
System\Windows\Forms\TextBoxBase.TextBoxBaseUiaTextProviderTests.cs (1)
84
Assert.Equal(WINDOW_STYLE.
WS_OVERLAPPED
, provider.WindowStyle);