5 references to SupportedTextSelection_Single
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
;
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComboBox.ComboBoxUiaTextProviderTests.cs (1)
196
Assert.Equal(SupportedTextSelection.
SupportedTextSelection_Single
, uiaTextRange);
System\Windows\Forms\TextBoxBase.TextBoxBaseUiaTextProviderTests.cs (1)
130
Assert.Equal(SupportedTextSelection.
SupportedTextSelection_Single
, uiaTextRange);