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