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