2 implementations of GetSelection
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
1336
HRESULT ITextProvider.Interface.
GetSelection
(SAFEARRAY** pRetVal) => GetTextSelection(pRetVal);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\Automation\UiaTextProvider.cs (1)
19
public abstract HRESULT
GetSelection
(SAFEARRAY** pRetVal);
3 references to GetSelection
System.Windows.Forms.Primitives (3)
Windows.Win32.ITextProvider.g.cs (1)
67
return __object.
GetSelection
(pRetVal);
Windows.Win32.UI_Accessibility_ITextProvider_Extensions.g.cs (2)
23
/// <inheritdoc cref="winmdroot.UI.Accessibility.ITextProvider.Interface.
GetSelection
(winmdroot.System.Com.SAFEARRAY**)"/>
28
winmdroot.Foundation.HRESULT __result = @this.
GetSelection
(pRetValLocal);