2 instantiations of LateBoundBitmapDecoder
PresentationCore (2)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
272return new LateBoundBitmapDecoder(baseUri, uri, stream, createOptions, cacheOption, uriCachePolicy); 276return new LateBoundBitmapDecoder(baseUri, uri, stream, createOptions, cacheOption, uriCachePolicy);
17 references to LateBoundBitmapDecoder
PresentationCore (14)
System\Windows\Media\Imaging\BitmapDownload.cs (7)
307LateBoundBitmapDecoder decoder = decoderReference.Target as LateBoundBitmapDecoder; 356LateBoundBitmapDecoder decoder = decoderReference.Target as LateBoundBitmapDecoder; 382LateBoundBitmapDecoder decoder, 412LateBoundBitmapDecoder decoder = decoderReference.Target as LateBoundBitmapDecoder;
System\Windows\Media\Imaging\BitmapFrameDecode.cs (7)
110LateBoundBitmapDecoder decoder 491LateBoundBitmapDecoder decoder = (LateBoundBitmapDecoder)sender; 516LateBoundBitmapDecoder decoder = (LateBoundBitmapDecoder)sender; 690Debug.Assert(_decoder is LateBoundBitmapDecoder); 693_decoder = ((LateBoundBitmapDecoder)_decoder).Decoder;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
441case 347: t = () => typeof(LateBoundBitmapDecoder); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6105typeof(System.Windows.Media.Imaging.LateBoundBitmapDecoder),
System\Windows\Markup\KnownTypes.cs (1)
5901case KnownElements.LateBoundBitmapDecoder: t = typeof(System.Windows.Media.Imaging.LateBoundBitmapDecoder); break;