4 instantiations of BitmapFrameDecode
PresentationCore (4)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
1461bfd = new BitmapFrameDecode( 1474bfd = new BitmapFrameDecode(
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
341return new BitmapFrameDecode();
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
176new BitmapFrameDecode(
23 references to BitmapFrameDecode
PresentationCore (23)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
1450BitmapFrameDecode bfd = null; 1455bfd = frames[i] as BitmapFrameDecode; 1478decoder.Frames[i] as BitmapFrameDecode
System\Windows\Media\Imaging\BitmapFrameDecode.cs (20)
66BitmapFrameDecode frameDecode 349private void CopyCommon(BitmapFrameDecode sourceBitmapFrameDecode) 386BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 397BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 409BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 421BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 529private void OnOriginalDownloadCompleted(BitmapFrameDecode original, EventArgs e) 753public WeakBitmapFrameDecodeEventSink(BitmapFrameDecode cloned, BitmapFrameDecode original) 768BitmapFrameDecode clone = this.Target as BitmapFrameDecode; 781BitmapFrameDecode clone = this.Target as BitmapFrameDecode; 794BitmapFrameDecode clone = this.Target as BitmapFrameDecode; 815private BitmapFrameDecode _original;