5 references to ClassNameProperty
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
108else if (idProp == AutomationElement.ClassNameProperty)
MS\Internal\Automation\Schema.cs (2)
281new AutomationPropertyInfo( null, AutomationElement.ClassNameProperty, typeof(string), "" ), 392AutomationElement.ClassNameProperty,
System\Windows\Automation\AutomationElement.cs (1)
1437public string ClassName { get { return (string) _el.GetPatternPropertyValue(ClassNameProperty, _useCache); } }
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
81if (idProp == AutomationElement.ClassNameProperty)