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