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