2 references to BitmapImage
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\KnownTypes.cs (2)
3761
case KnownElements.
BitmapImage
: converterId = KnownElements.ImageSourceConverter; break;
5347
case KnownElements.
BitmapImage
: t = _asmCore.GetType("System.Windows.Media.Imaging.BitmapImage"); break;