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