3 references to SupportedViewsProperty
UIAutomationClient (3)
MS\Internal\Automation\Schema.cs (2)
339
new AutomationPropertyInfo( null, MultipleViewPattern.
SupportedViewsProperty
, typeof(int []), new int [0] ),
426
MultipleViewPattern.
SupportedViewsProperty
};
System\Windows\Automation\MultipleViewPattern.cs (1)
259
return (int [])_el.GetPatternPropertyValue(
SupportedViewsProperty
, _useCache);