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