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