3 references to Image
PresentationFramework (3)
System\Windows\Documents\FixedElement.cs (1)
302image = new Image();
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5266bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Image(); };
System\Windows\Markup\KnownTypes.cs (1)
1322case KnownElements.Image: o = new System.Windows.Controls.Image(); break;