Base:
property
SupportedTextSelection
System.Windows.Forms.Automation.UiaTextProvider.SupportedTextSelection
2 references to SupportedTextSelection
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseAccessibleObject.cs (1)
113
=> _textProvider?.
SupportedTextSelection
?? SupportedTextSelection.SupportedTextSelection_None;
System.Windows.Forms.Tests (1)
System\Windows\Forms\TextBoxBase.TextBoxBaseUiaTextProviderTests.cs (1)
129
SupportedTextSelection uiaTextRange = provider.
SupportedTextSelection
;