3 references to CacheMode
PresentationCore (3)
System\Windows\Media3D\Viewport2DVisual3D.cs (3)
340
if (viewport2DVisual3D.
CacheMode
as BitmapCache != null)
468
bcb.BitmapCache =
CacheMode
as BitmapCache;
482
Brush internalBrush = (
CacheMode
as BitmapCache != null) ? (Brush)InternalBitmapCacheBrush : (Brush)InternalVisualBrush;