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