9 types derived from BitmapDecoder
PresentationCore (9)
Core\CSharp\System\Windows\Media\Imaging\BmpBitmapDecoder.cs (1)
31public sealed class BmpBitmapDecoder : BitmapDecoder
Core\CSharp\System\Windows\Media\Imaging\GifBitmapDecoder.cs (1)
31public sealed class GifBitmapDecoder : BitmapDecoder
Core\CSharp\System\Windows\Media\Imaging\IconBitmapDecoder.cs (1)
31public sealed class IconBitmapDecoder : BitmapDecoder
Core\CSharp\System\Windows\Media\Imaging\JpegBitmapDecoder.cs (1)
31public sealed class JpegBitmapDecoder : BitmapDecoder
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
45public sealed class LateBoundBitmapDecoder : BitmapDecoder
Core\CSharp\System\Windows\Media\Imaging\PngBitmapDecoder.cs (1)
31public sealed class PngBitmapDecoder : BitmapDecoder
Core\CSharp\System\Windows\Media\Imaging\TiffBitmapDecoder.cs (1)
31public sealed class TiffBitmapDecoder : BitmapDecoder
Core\CSharp\System\Windows\Media\Imaging\UnknownBitmapDecoder.cs (1)
31internal sealed class UnknownBitmapDecoder : BitmapDecoder
Core\CSharp\System\Windows\Media\Imaging\WmpBitmapDecoder.cs (1)
31public sealed class WmpBitmapDecoder : BitmapDecoder
46 references to BitmapDecoder
PresentationCore (41)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (16)
104BitmapDecoder decoder = CheckCache(bitmapUri, out clsId); 203BitmapDecoder decoder, 284internal static BitmapDecoder CreateFromUriOrStream( 297BitmapDecoder cachedDecoder = null; 344decoderHandle = BitmapDecoder.SetupDecoderFromUriOrStream( 356BitmapDecoder decoder = null; 506public static BitmapDecoder Create( 523public static BitmapDecoder Create( 553public static BitmapDecoder Create( 1309comStream = BitmapDecoder.GetIStreamFromStream(ref stream); 1615private static BitmapDecoder CheckCache( 1628BitmapDecoder bitmapDecoder = weakRef.Target as BitmapDecoder; 1655private void Initialize(BitmapDecoder decoder) 1729internal void SetupFrames(BitmapDecoder decoder, ReadOnlyCollection<BitmapFrame> frames) 2001private BitmapDecoder _cachedDecoder;
Core\CSharp\System\Windows\Media\Imaging\BitmapDownload.cs (1)
105BitmapDecoder decoder,
Core\CSharp\System\Windows\Media\Imaging\BitmapFrame.cs (5)
77BitmapDecoder decoder = BitmapDecoder.CreateFromUriOrStream( 98BitmapDecoder decoder = BitmapDecoder.Create( 362public abstract BitmapDecoder Decoder { get; }
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (4)
50BitmapDecoder decoder 234public override BitmapDecoder Decoder 489internal void UpdateDecoder(BitmapDecoder decoder) 817private BitmapDecoder _decoder;
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameEncode.cs (1)
130public override BitmapDecoder Decoder
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (3)
361BitmapDecoder decoder = null; 366decoder = BitmapDecoder.CreateFromUriOrStream( 932private BitmapDecoder _decoder;
Core\CSharp\System\Windows\Media\Imaging\BmpBitmapDecoder.cs (1)
88BitmapDecoder decoder,
Core\CSharp\System\Windows\Media\Imaging\GifBitmapDecoder.cs (1)
88BitmapDecoder decoder,
Core\CSharp\System\Windows\Media\Imaging\IconBitmapDecoder.cs (1)
88BitmapDecoder decoder,
Core\CSharp\System\Windows\Media\Imaging\JpegBitmapDecoder.cs (1)
88BitmapDecoder decoder,
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (3)
277public BitmapDecoder Decoder 316_realDecoder = BitmapDecoder.CreateFromUriOrStream( 425private BitmapDecoder _realDecoder;
Core\CSharp\System\Windows\Media\Imaging\PngBitmapDecoder.cs (1)
88BitmapDecoder decoder,
Core\CSharp\System\Windows\Media\Imaging\TiffBitmapDecoder.cs (1)
88BitmapDecoder decoder,
Core\CSharp\System\Windows\Media\Imaging\UnknownBitmapDecoder.cs (1)
79BitmapDecoder decoder,
Core\CSharp\System\Windows\Media\Imaging\WmpBitmapDecoder.cs (1)
88BitmapDecoder decoder,
PresentationFramework (5)
src\Framework\System\Windows\ColorConvertedBitmapExtension.cs (2)
115BitmapDecoder decoder = BitmapDecoder.Create(
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
117case 25: t = () => typeof(BitmapDecoder); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
1913typeof(System.Windows.Media.Imaging.BitmapDecoder),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5569case KnownElements.BitmapDecoder: t = typeof(System.Windows.Media.Imaging.BitmapDecoder); break;