1 instantiation of PngBitmapDecoder
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (1)
429decoder = new PngBitmapDecoder(
3 references to PngBitmapDecoder
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
546case 454: t = () => typeof(PngBitmapDecoder); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7494typeof(System.Windows.Media.Imaging.PngBitmapDecoder),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5998case KnownElements.PngBitmapDecoder: t = typeof(System.Windows.Media.Imaging.PngBitmapDecoder); break;