3 references to UIA_SelectionCanSelectMultiplePropertyId
System.Windows.Forms (1)
System\Windows\Forms\Accessibility\AccessibleObject.cs (1)
643UIA_PROPERTY_ID.UIA_SelectionCanSelectMultiplePropertyId => (VARIANT)CanSelectMultiple,
System.Windows.Forms.Tests (2)
System\Windows\Forms\AccessibleObjects\ListBoxAccessibleObjectTests.cs (1)
192var actual = listBoxAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_SelectionCanSelectMultiplePropertyId);
System\Windows\Forms\AccessibleObjects\ListVIew.ListViewAccessibleObjectTests.cs (1)
1770var actual = listViewAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_SelectionCanSelectMultiplePropertyId);