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