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