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