2 references to Image
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1628
case AutomationControlType.
Image
: controlType = ControlType.Image; break;
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\ImageAutomationPeer.cs (1)
33
return AutomationControlType.
Image
;