1 instantiation of BmpBitmapDecoder
PresentationCore (1)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
293
decoder = new
BmpBitmapDecoder
(
3 references to BmpBitmapDecoder
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
133
case 39: t = () => typeof(
BmpBitmapDecoder
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2141
typeof(System.Windows.Media.Imaging.
BmpBitmapDecoder
),
System\Windows\Markup\KnownTypes.cs (1)
5587
case KnownElements.BmpBitmapDecoder: t = typeof(System.Windows.Media.Imaging.
BmpBitmapDecoder
); break;