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