6 references to ImageName
UIAutomationClient (6)
MS\Internal\Automation\ProxyManager.cs (6)
645
if (imageName == null && pi.
ImageName
!= null)
650
if (pi.
ImageName
== null || pi.
ImageName
== imageName)
728
if( pi.
ImageName
!= null || pi.Flags != 0 )
740
if( pi.ClassName == null && pi.
ImageName
== null )
746
AddToHashTable(_imageOnlyHandlers, pi.
ImageName
, pi.ClientSideProviderFactoryCallback);