3 overrides of SupportedTextSelectionInternal
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\LabelEditAccessibleObject.cs (1)
97
internal override SupportedTextSelection
SupportedTextSelectionInternal
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildEditUiaProvider.cs (1)
119
internal override SupportedTextSelection
SupportedTextSelectionInternal
=> _textProvider.SupportedTextSelection;
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseAccessibleObject.cs (1)
112
internal override SupportedTextSelection
SupportedTextSelectionInternal
2 references to SupportedTextSelectionInternal
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\AccessibleObject.cs (2)
1347
SupportedTextSelection ITextProvider.Interface.SupportedTextSelection =>
SupportedTextSelectionInternal
;
1361
SupportedTextSelection ITextProvider2.Interface.SupportedTextSelection =>
SupportedTextSelectionInternal
;