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