4 instantiations of BitmapFrameDecode
PresentationCore (4)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
1450bfd = new BitmapFrameDecode( 1463bfd = new BitmapFrameDecode(
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
332return new BitmapFrameDecode();
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
171new BitmapFrameDecode(
23 references to BitmapFrameDecode
PresentationCore (23)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
1439BitmapFrameDecode bfd = null; 1444bfd = frames[i] as BitmapFrameDecode; 1467decoder.Frames[i] as BitmapFrameDecode
System\Windows\Media\Imaging\BitmapFrameDecode.cs (20)
60BitmapFrameDecode frameDecode 340private void CopyCommon(BitmapFrameDecode sourceBitmapFrameDecode) 377BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 388BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 400BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 412BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 520private void OnOriginalDownloadCompleted(BitmapFrameDecode original, EventArgs e) 744public WeakBitmapFrameDecodeEventSink(BitmapFrameDecode cloned, BitmapFrameDecode original) 759BitmapFrameDecode clone = this.Target as BitmapFrameDecode; 772BitmapFrameDecode clone = this.Target as BitmapFrameDecode; 785BitmapFrameDecode clone = this.Target as BitmapFrameDecode; 806private BitmapFrameDecode _original;