9 references to GetWindowStyle
System.Windows.Forms (6)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (2)
54
public override bool IsScrollable => ((int)
GetWindowStyle
(_owningChildEdit) & PInvoke.ES_AUTOHSCROLL) != 0;
70
public override WINDOW_STYLE WindowStyle =>
GetWindowStyle
(_owningChildEdit);
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (2)
75
return ((int)
GetWindowStyle
(_owningChildEdit) & PInvoke.ES_AUTOHSCROLL) != 0;
115
?
GetWindowStyle
(_owningChildEdit)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (2)
229
return ((int)
GetWindowStyle
(Owner) & PInvoke.ES_AUTOHSCROLL) != 0;
291
?
GetWindowStyle
(Owner)
System.Windows.Forms.Primitives.Tests (3)
System\Windows\Forms\Automation\UiaTextProviderTests.cs (3)
23
WINDOW_STYLE actual = UiaTextProvider.
GetWindowStyle
(textBox);
37
WINDOW_STYLE actual = UiaTextProvider.
GetWindowStyle
(textBox);
50
WINDOW_STYLE actual = UiaTextProvider.
GetWindowStyle
(textBox);