2 instantiations of LateBoundBitmapDecoder
PresentationCore (2)
System\Windows\Media\Imaging\BitmapDecoder.cs (2)
290return new LateBoundBitmapDecoder(baseUri, uri, stream, createOptions, cacheOption, uriCachePolicy); 294return new LateBoundBitmapDecoder(baseUri, uri, stream, createOptions, cacheOption, uriCachePolicy);
17 references to LateBoundBitmapDecoder
PresentationCore (14)
System\Windows\Media\Imaging\BitmapDownload.cs (7)
325LateBoundBitmapDecoder decoder = decoderReference.Target as LateBoundBitmapDecoder; 374LateBoundBitmapDecoder decoder = decoderReference.Target as LateBoundBitmapDecoder; 400LateBoundBitmapDecoder decoder, 430LateBoundBitmapDecoder decoder = decoderReference.Target as LateBoundBitmapDecoder;
System\Windows\Media\Imaging\BitmapFrameDecode.cs (7)
125LateBoundBitmapDecoder decoder 506LateBoundBitmapDecoder decoder = (LateBoundBitmapDecoder)sender; 531LateBoundBitmapDecoder decoder = (LateBoundBitmapDecoder)sender; 705Debug.Assert(_decoder is LateBoundBitmapDecoder); 708_decoder = ((LateBoundBitmapDecoder)_decoder).Decoder;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
443case 347: t = () => typeof(LateBoundBitmapDecoder); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
6107typeof(System.Windows.Media.Imaging.LateBoundBitmapDecoder),
System\Windows\Markup\KnownTypes.cs (1)
5901case KnownElements.LateBoundBitmapDecoder: t = typeof(System.Windows.Media.Imaging.LateBoundBitmapDecoder); break;