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