6 references to ImageName
UIAutomationClient (6)
MS\Internal\Automation\ProxyManager.cs (6)
661
if (imageName == null && pi.
ImageName
!= null)
666
if (pi.
ImageName
== null || pi.
ImageName
== imageName)
745
if( pi.
ImageName
!= null || pi.Flags != 0 )
757
if( pi.ClassName == null && pi.
ImageName
== null )
763
AddToHashTable(_imageOnlyHandlers, pi.
ImageName
, pi.ClientSideProviderFactoryCallback);