1 instantiation of GifBitmapDecoder
PresentationCore (1)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (1)
378decoder = new GifBitmapDecoder(
3 references to GifBitmapDecoder
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
337case 245: t = () => typeof(GifBitmapDecoder); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4774typeof(System.Windows.Media.Imaging.GifBitmapDecoder),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5789case KnownElements.GifBitmapDecoder: t = typeof(System.Windows.Media.Imaging.GifBitmapDecoder); break;