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)
119internal override SupportedTextSelection SupportedTextSelectionInternal => _textProvider.SupportedTextSelection;
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (1)
194SupportedTextSelection uiaTextRange = provider.SupportedTextSelection;