4 instantiations of BitmapFrameDecode
PresentationCore (4)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
1451bfd = new BitmapFrameDecode( 1464bfd = new BitmapFrameDecode(
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
333return new BitmapFrameDecode();
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
172new BitmapFrameDecode(
23 references to BitmapFrameDecode
PresentationCore (23)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
1440BitmapFrameDecode bfd = null; 1445bfd = frames[i] as BitmapFrameDecode; 1468decoder.Frames[i] as BitmapFrameDecode
System\Windows\Media\Imaging\BitmapFrameDecode.cs (20)
61BitmapFrameDecode frameDecode 341private void CopyCommon(BitmapFrameDecode sourceBitmapFrameDecode) 378BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 389BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 401BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 413BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 521private void OnOriginalDownloadCompleted(BitmapFrameDecode original, EventArgs e) 745public WeakBitmapFrameDecodeEventSink(BitmapFrameDecode cloned, BitmapFrameDecode original) 760BitmapFrameDecode clone = this.Target as BitmapFrameDecode; 773BitmapFrameDecode clone = this.Target as BitmapFrameDecode; 786BitmapFrameDecode clone = this.Target as BitmapFrameDecode; 807private BitmapFrameDecode _original;