Base:
property
WindowExStyle
System.Windows.Forms.Automation.UiaTextProvider.WindowExStyle
3 references to WindowExStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (1)
216
=> Owner is not null && Owner.IsHandleCreated &&
WindowExStyle
.HasFlag(WINDOW_EX_STYLE.WS_EX_RTLREADING);
System.Windows.Forms.Tests (2)
System\Windows\Forms\TextBoxBase.TextBoxBaseUiaTextProviderTests.cs (2)
573
WINDOW_EX_STYLE actual = provider.
WindowExStyle
;
583
WINDOW_EX_STYLE actual = provider.
WindowExStyle
;