3 references to CanSelectMultipleProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
327
new AutomationPropertyInfo( convertToBool, SelectionPattern.
CanSelectMultipleProperty
, typeof(bool), false ),
409
SelectionPattern.
CanSelectMultipleProperty
,
System\Windows\Automation\SelectionPattern.cs (1)
260
return (bool)_el.GetPatternPropertyValue(
CanSelectMultipleProperty
, _useCache);