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