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