4 references to GetWindowExStyle
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (1)
68public override WINDOW_EX_STYLE WindowExStyle => GetWindowExStyle(_owningChildEdit);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
110? GetWindowExStyle(_owningChildEdit)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (1)
286? GetWindowExStyle(Owner)
System.Windows.Forms.Primitives.Tests (1)
System\Windows\Forms\Automation\UiaTextProviderTests.cs (1)
61WINDOW_EX_STYLE actual = UiaTextProvider.GetWindowExStyle(textBox);