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