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