4 references to BitmapImage
PresentationCore (1)
System\Windows\Media\Imaging\Generated\BitmapImage.cs (1)
296return new BitmapImage();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2000bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.Imaging.BitmapImage(); };
System\Windows\Markup\KnownTypes.cs (1)
1140case KnownElements.BitmapImage: o = new System.Windows.Media.Imaging.BitmapImage(); break;
WindowsFormsIntegration (1)
System\Windows\Integration\Convert.cs (1)
157newImage = new SWMI.BitmapImage();