6 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)