Base:
property
WindowExStyle
System.Windows.Forms.Automation.UiaTextProvider.WindowExStyle
3 references to WindowExStyle
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
62=> _owningComboBox.IsHandleCreated && WindowExStyle.HasFlag(WINDOW_EX_STYLE.WS_EX_RTLREADING);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (2)
698WINDOW_EX_STYLE actual = provider.WindowExStyle; 714WINDOW_EX_STYLE actual = provider.WindowExStyle;