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