2 references to _classNames
UIAutomationClient (2)
MS\Internal\Automation\ProxyManager.cs (2)
794if ( index >= QUERYCLASSNAME_BASE && index - QUERYCLASSNAME_BASE < _classNames.Length ) 796return _classNames[index - QUERYCLASSNAME_BASE].ToLower( CultureInfo.InvariantCulture );