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