6 references to ImageName
UIAutomationClient (6)
MS\Internal\Automation\ProxyManager.cs (6)
644
if (imageName == null && pi.
ImageName
!= null)
649
if (pi.
ImageName
== null || pi.
ImageName
== imageName)
727
if( pi.
ImageName
!= null || pi.Flags != 0 )
739
if( pi.ClassName == null && pi.
ImageName
== null )
745
AddToHashTable(_imageOnlyHandlers, pi.
ImageName
, pi.ClientSideProviderFactoryCallback);