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, 964return InPlaceBitmapMetadataWriter.CreateFromDecoder(_decoderHandle, _syncObject); 1012return _decoderHandle; 1052return UnsafeNativeMethods.WICBitmapDecoder.GetColorContexts(_decoderHandle, numContexts, colorContextPtrs, out numContexts); 1733HRESULT.Check(UnsafeNativeMethods.WICBitmapDecoder.GetFrameCount(_decoderHandle, out numFrames));