5 references to ClassNameProperty
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
124else if (idProp == AutomationElement.ClassNameProperty)
MS\Internal\Automation\Schema.cs (2)
268new AutomationPropertyInfo( null, AutomationElement.ClassNameProperty, typeof(string), "" ), 377AutomationElement.ClassNameProperty,
System\Windows\Automation\AutomationElement.cs (1)
1537public string ClassName { get { return (string) _el.GetPatternPropertyValue(ClassNameProperty, _useCache); } }
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsListViewGroup.cs (1)
90if (idProp == AutomationElement.ClassNameProperty)