2 instantiations of LateBoundBitmapDecoder
PresentationCore (2)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
266return new LateBoundBitmapDecoder(baseUri, uri, stream, createOptions, cacheOption, uriCachePolicy); 270return new LateBoundBitmapDecoder(baseUri, uri, stream, createOptions, cacheOption, uriCachePolicy);
17 references to LateBoundBitmapDecoder
PresentationCore (14)
System\Windows\Media\Imaging\BitmapDownload.cs (7)
293LateBoundBitmapDecoder decoder = decoderReference.Target as LateBoundBitmapDecoder; 342LateBoundBitmapDecoder decoder = decoderReference.Target as LateBoundBitmapDecoder; 368LateBoundBitmapDecoder decoder, 398LateBoundBitmapDecoder decoder = decoderReference.Target as LateBoundBitmapDecoder;
System\Windows\Media\Imaging\BitmapFrameDecode.cs (7)
104LateBoundBitmapDecoder decoder 482LateBoundBitmapDecoder decoder = (LateBoundBitmapDecoder)sender; 507LateBoundBitmapDecoder decoder = (LateBoundBitmapDecoder)sender; 681Debug.Assert(_decoder is LateBoundBitmapDecoder); 684_decoder = ((LateBoundBitmapDecoder)_decoder).Decoder;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
440case 347: t = () => typeof(LateBoundBitmapDecoder); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6680typeof(System.Windows.Media.Imaging.LateBoundBitmapDecoder),
System\Windows\Markup\KnownTypes.cs (1)
5894case KnownElements.LateBoundBitmapDecoder: t = typeof(System.Windows.Media.Imaging.LateBoundBitmapDecoder); break;