3 references to CacheMode
PresentationCore (3)
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (3)
349
if (viewport2DVisual3D.
CacheMode
as BitmapCache != null)
477
bcb.BitmapCache =
CacheMode
as BitmapCache;
491
Brush internalBrush = (
CacheMode
as BitmapCache != null) ? (Brush)InternalBitmapCacheBrush : (Brush)InternalVisualBrush;