2 references to SupportedTextSelection
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildEditUiaProvider.cs (1)
119internal override SupportedTextSelection SupportedTextSelectionInternal => _textProvider.SupportedTextSelection;
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
96public override SupportedTextSelection SupportedTextSelection => SupportedTextSelection.SupportedTextSelection_Single;