4 instantiations of BitmapFrameDecode
PresentationCore (4)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (2)
1757bfd = new BitmapFrameDecode( 1770bfd = new BitmapFrameDecode(
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
386return new BitmapFrameDecode();
Core\CSharp\System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
228new BitmapFrameDecode(
23 references to BitmapFrameDecode
PresentationCore (23)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (3)
1746BitmapFrameDecode bfd = null; 1751bfd = frames[i] as BitmapFrameDecode; 1774decoder.Frames[i] as BitmapFrameDecode
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (20)
89BitmapFrameDecode frameDecode 399private void CopyCommon(BitmapFrameDecode sourceBitmapFrameDecode) 436BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 447BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 459BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 471BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 589private void OnOriginalDownloadCompleted(BitmapFrameDecode original, EventArgs e) 828public WeakBitmapFrameDecodeEventSink(BitmapFrameDecode cloned, BitmapFrameDecode original) 843BitmapFrameDecode clone = this.Target as BitmapFrameDecode; 856BitmapFrameDecode clone = this.Target as BitmapFrameDecode; 869BitmapFrameDecode clone = this.Target as BitmapFrameDecode; 890private BitmapFrameDecode _original;