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)
82cp.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)
18style: WINDOW_STYLE.WS_OVERLAPPED 32style: WINDOW_STYLE.WS_OVERLAPPED 45style: WINDOW_STYLE.WS_OVERLAPPED 58style: WINDOW_STYLE.WS_OVERLAPPED | WINDOW_STYLE.WS_VISIBLE);
System.Windows.Forms.Primitives.TestUtilities (4)
Win32\EditControl.cs (1)
13WINDOW_STYLE style = WINDOW_STYLE.WS_OVERLAPPED,
Win32\Window.cs (1)
18WINDOW_STYLE style = WINDOW_STYLE.WS_OVERLAPPED,
Win32\WindowClass.cs (2)
128WINDOW_STYLE style = WINDOW_STYLE.WS_OVERLAPPED, 149WINDOW_STYLE style = WINDOW_STYLE.WS_OVERLAPPED,
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (1)
112Assert.Equal(WINDOW_STYLE.WS_OVERLAPPED, provider.WindowStyle);
System\Windows\Forms\TextBoxBase.TextBoxBaseUiaTextProviderTests.cs (1)
84Assert.Equal(WINDOW_STYLE.WS_OVERLAPPED, provider.WindowStyle);