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