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