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