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