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