3 overrides of SupportedTextSelection
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\LabelEditUiaTextProvider.cs (1)
62
public override SupportedTextSelection
SupportedTextSelection
=> SupportedTextSelection.SupportedTextSelection_Single;
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxUiaTextProvider.cs (1)
96
public override SupportedTextSelection
SupportedTextSelection
=> SupportedTextSelection.SupportedTextSelection_Single;
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseUiaTextProvider.cs (1)
154
public override SupportedTextSelection
SupportedTextSelection
=> SupportedTextSelection.SupportedTextSelection_Single;