4 instantiations of BitmapFrameDecode
PresentationCore (4)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
1479bfd = new BitmapFrameDecode( 1492bfd = new BitmapFrameDecode(
System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
356return new BitmapFrameDecode();
System\Windows\Media\Imaging\LateBoundBitmapDecoder.cs (1)
196new BitmapFrameDecode(
23 references to BitmapFrameDecode
PresentationCore (23)
System\Windows\Media\Imaging\BitmapDecoder.cs (3)
1468BitmapFrameDecode bfd = null; 1473bfd = frames[i] as BitmapFrameDecode; 1496decoder.Frames[i] as BitmapFrameDecode
System\Windows\Media\Imaging\BitmapFrameDecode.cs (20)
81BitmapFrameDecode frameDecode 364private void CopyCommon(BitmapFrameDecode sourceBitmapFrameDecode) 401BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 412BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 424BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 436BitmapFrameDecode sourceBitmapFrameDecode = (BitmapFrameDecode)sourceFreezable; 544private void OnOriginalDownloadCompleted(BitmapFrameDecode original, EventArgs e) 768public WeakBitmapFrameDecodeEventSink(BitmapFrameDecode cloned, BitmapFrameDecode original) 783BitmapFrameDecode clone = this.Target as BitmapFrameDecode; 796BitmapFrameDecode clone = this.Target as BitmapFrameDecode; 809BitmapFrameDecode clone = this.Target as BitmapFrameDecode; 830private BitmapFrameDecode _original;