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