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