2 references to _asClassNames
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (2)
1085
if (index >= QUERYCLASSNAME_BASE && index - QUERYCLASSNAME_BASE <
_asClassNames
.Length)
1087
return
_asClassNames
[index - QUERYCLASSNAME_BASE];