1 instantiation of GifBitmapDecoder
PresentationCore (1)
System\Windows\Media\Imaging\BitmapDecoder.cs (1)
309
decoder = new
GifBitmapDecoder
(
3 references to GifBitmapDecoder
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
338
case 245: t = () => typeof(
GifBitmapDecoder
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5187
typeof(System.Windows.Media.Imaging.
GifBitmapDecoder
),
System\Windows\Markup\KnownTypes.cs (1)
5792
case KnownElements.GifBitmapDecoder: t = typeof(System.Windows.Media.Imaging.
GifBitmapDecoder
); break;