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