2 references to Image
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1722
case AutomationControlType.
Image
: controlType = ControlType.Image; break;
PresentationFramework (1)
System\Windows\Automation\Peers\ImageAutomationPeer.cs (1)
36
return AutomationControlType.
Image
;