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