6 references to ImageName
UIAutomationClient (6)
MS\Internal\Automation\ProxyManager.cs (6)
649
if (imageName == null && pi.
ImageName
!= null)
654
if (pi.
ImageName
== null || pi.
ImageName
== imageName)
732
if( pi.
ImageName
!= null || pi.Flags != 0 )
744
if( pi.ClassName == null && pi.
ImageName
== null )
750
AddToHashTable(_imageOnlyHandlers, pi.
ImageName
, pi.ClientSideProviderFactoryCallback);