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