4 writes to _decoderHandle
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (4)
107
_decoderHandle
= decoder.InternalDecoder;
111
_decoderHandle
= SetupDecoderFromUriOrStream(
163
_decoderHandle
= SetupDecoderFromUriOrStream(
216
_decoderHandle
= decoderHandle;
11 references to _decoderHandle
PresentationCore (11)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (11)
136
_syncObject =
_decoderHandle
;
187
_syncObject =
_decoderHandle
;
602
_decoderHandle
,
657
_decoderHandle
,
728
_decoderHandle
,
773
_decoderHandle
,
832
_decoderHandle
,
964
return InPlaceBitmapMetadataWriter.CreateFromDecoder(
_decoderHandle
, _syncObject);
1012
return
_decoderHandle
;
1052
return UnsafeNativeMethods.WICBitmapDecoder.GetColorContexts(
_decoderHandle
, numContexts, colorContextPtrs, out numContexts);
1733
HRESULT.Check(UnsafeNativeMethods.WICBitmapDecoder.GetFrameCount(
_decoderHandle
, out numFrames));