1 implementation of get_CanSelectMultiple
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
3138
HRESULT ISelectionProvider.Interface.
get_CanSelectMultiple
(BOOL* pRetVal)
3 references to get_CanSelectMultiple
System.Windows.Forms.Primitives (3)
Windows.Win32.ISelectionProvider.g.cs (1)
111
return __object.
get_CanSelectMultiple
(pRetVal);
Windows.Win32.UI_Accessibility_ISelectionProvider_Extensions.g.cs (2)
33
/// <inheritdoc cref="winmdroot.UI.Accessibility.ISelectionProvider.Interface.
get_CanSelectMultiple
(winmdroot.Foundation.BOOL*)"/>
38
winmdroot.Foundation.HRESULT __result = @this.
get_CanSelectMultiple
(pRetValLocal);