6 references to Image
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedElement.cs (1)
308image = new Image();
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5262bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Image(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1323case KnownElements.Image: o = new System.Windows.Controls.Image(); break;
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\manifestimages.cs (1)
299_image = new Image();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\ImageSourceToImageConverter.cs (1)
36Image image = new Image();
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
963Image image = new Image();