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