3 overrides of GetTextSelection
System.Windows.Forms (3)
System\Windows\Forms\Accessibility\LabelEditAccessibleObject.cs (1)
85
internal override HRESULT
GetTextSelection
(SAFEARRAY** pRetVal)
System\Windows\Forms\Controls\ComboBox\ComboBox.ComboBoxChildEditUiaProvider.cs (1)
109
internal override unsafe HRESULT
GetTextSelection
(SAFEARRAY** pRetVal) => _textProvider.GetSelection(pRetVal);
System\Windows\Forms\Controls\TextBox\TextBoxBase.TextBoxBaseAccessibleObject.cs (1)
100
internal override HRESULT
GetTextSelection
(SAFEARRAY** pRetVal)
2 references to GetTextSelection
System.Windows.Forms (2)
System\Windows\Forms\Accessibility\AccessibleObject.cs (2)
1337
HRESULT ITextProvider.Interface.GetSelection(SAFEARRAY** pRetVal) =>
GetTextSelection
(pRetVal);
1351
HRESULT ITextProvider2.Interface.GetSelection(SAFEARRAY** pRetVal) =>
GetTextSelection
(pRetVal);