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