5 instantiations of CachedBitmap
PresentationCore (5)
System\Windows\InterOp\D3DImage.cs (1)
542
copy = new
CachedBitmap
(pIWICBitmapSource);
System\Windows\Media\Imaging\BitmapImage.cs (1)
606
CachedBitmap cachedSource = new
CachedBitmap
(source, CreateOptions & ~BitmapCreateOptions.DelayCreation, CacheOption);
System\Windows\Media\Imaging\BitmapSource.cs (2)
62
return new
CachedBitmap
(
98
return new
CachedBitmap
(
System\Windows\Media\Imaging\CachedBitmap.cs (1)
309
return new
CachedBitmap
();
17 references to CachedBitmap
PresentationCore (14)
System\Windows\Media\Imaging\BitmapImage.cs (1)
606
CachedBitmap
cachedSource = new CachedBitmap(source, CreateOptions & ~BitmapCreateOptions.DelayCreation, CacheOption);
System\Windows\Media\Imaging\CachedBitmap.cs (13)
210
private void CopyCommon(
CachedBitmap
sourceBitmap)
279
public new
CachedBitmap
Clone()
281
return (
CachedBitmap
)base.Clone();
288
public new
CachedBitmap
CloneCurrentValue()
290
return (
CachedBitmap
)base.CloneCurrentValue();
317
CachedBitmap
sourceBitmap = (
CachedBitmap
) sourceFreezable;
329
CachedBitmap
sourceBitmap = (
CachedBitmap
) sourceFreezable;
342
CachedBitmap
sourceBitmap = (
CachedBitmap
)sourceFreezable;
355
CachedBitmap
sourceBitmap = (
CachedBitmap
)sourceFreezable;
PresentationFramework (3)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
160
case 64: t = () => typeof(
CachedBitmap
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
2418
typeof(System.Windows.Media.Imaging.
CachedBitmap
),
System\Windows\Markup\KnownTypes.cs (1)
5618
case KnownElements.CachedBitmap: t = typeof(System.Windows.Media.Imaging.
CachedBitmap
); break;