5 instantiations of CachedBitmap
PresentationCore (5)
Core\CSharp\System\Windows\Interop\D3DImage.cs (1)
593copy = new CachedBitmap(pIWICBitmapSource);
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
618CachedBitmap cachedSource = new CachedBitmap(source, CreateOptions & ~BitmapCreateOptions.DelayCreation, CacheOption);
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (2)
66return new CachedBitmap( 108return new CachedBitmap(
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (1)
351return new CachedBitmap();
17 references to CachedBitmap
PresentationCore (14)
Core\CSharp\System\Windows\Media\Imaging\BitmapImage.cs (1)
618CachedBitmap cachedSource = new CachedBitmap(source, CreateOptions & ~BitmapCreateOptions.DelayCreation, CacheOption);
Core\CSharp\System\Windows\Media\Imaging\CachedBitmap.cs (13)
237private void CopyCommon(CachedBitmap sourceBitmap) 316public new CachedBitmap Clone() 318return (CachedBitmap)base.Clone(); 325public new CachedBitmap CloneCurrentValue() 327return (CachedBitmap)base.CloneCurrentValue(); 364CachedBitmap sourceBitmap = (CachedBitmap) sourceFreezable; 381CachedBitmap sourceBitmap = (CachedBitmap) sourceFreezable; 399CachedBitmap sourceBitmap = (CachedBitmap)sourceFreezable; 417CachedBitmap sourceBitmap = (CachedBitmap)sourceFreezable;
PresentationFramework (3)
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
156case 64: t = () => typeof(CachedBitmap); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2414typeof(System.Windows.Media.Imaging.CachedBitmap),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5608case KnownElements.CachedBitmap: t = typeof(System.Windows.Media.Imaging.CachedBitmap); break;