1 instantiation of PngBitmapDecoder
PresentationCore (1)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
384
decoder = new
PngBitmapDecoder
(
3 references to PngBitmapDecoder
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
550
case 454: t = () => typeof(
PngBitmapDecoder
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7498
typeof(System.Windows.Media.Imaging.
PngBitmapDecoder
),
System\Windows\Markup\KnownTypes.cs (1)
6008
case KnownElements.PngBitmapDecoder: t = typeof(System.Windows.Media.Imaging.
PngBitmapDecoder
); break;