5 instantiations of CachedBitmap
PresentationCore (5)
System\Windows\InterOp\D3DImage.cs (1)
530copy = new CachedBitmap(pIWICBitmapSource);
System\Windows\Media\Imaging\BitmapImage.cs (1)
588CachedBitmap cachedSource = new CachedBitmap(source, CreateOptions & ~BitmapCreateOptions.DelayCreation, CacheOption);
System\Windows\Media\Imaging\BitmapSource.cs (2)
47return new CachedBitmap( 83return new CachedBitmap(
System\Windows\Media\Imaging\CachedBitmap.cs (1)
241return new CachedBitmap();
17 references to CachedBitmap
PresentationCore (14)
System\Windows\Media\Imaging\BitmapImage.cs (1)
588CachedBitmap cachedSource = new CachedBitmap(source, CreateOptions & ~BitmapCreateOptions.DelayCreation, CacheOption);
System\Windows\Media\Imaging\CachedBitmap.cs (13)
142private void CopyCommon(CachedBitmap sourceBitmap) 211public new CachedBitmap Clone() 213return (CachedBitmap)base.Clone(); 220public new CachedBitmap CloneCurrentValue() 222return (CachedBitmap)base.CloneCurrentValue(); 249CachedBitmap sourceBitmap = (CachedBitmap) sourceFreezable; 261CachedBitmap sourceBitmap = (CachedBitmap) sourceFreezable; 274CachedBitmap sourceBitmap = (CachedBitmap)sourceFreezable; 287CachedBitmap sourceBitmap = (CachedBitmap)sourceFreezable;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
158case 64: t = () => typeof(CachedBitmap); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2514typeof(System.Windows.Media.Imaging.CachedBitmap),
System\Windows\Markup\KnownTypes.cs (1)
5612case KnownElements.CachedBitmap: t = typeof(System.Windows.Media.Imaging.CachedBitmap); break;