Base:
property
SupportedTextSelection
System.Windows.Forms.Automation.UiaTextProvider.SupportedTextSelection
2 references to SupportedTextSelection
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildEditUiaProvider.cs (1)
119
internal override SupportedTextSelection SupportedTextSelectionInternal => _textProvider.
SupportedTextSelection
;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (1)
194
SupportedTextSelection uiaTextRange = provider.
SupportedTextSelection
;