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