2 instantiations of BitmapCache
PresentationCore (2)
System\Windows\Media\CacheMode.cs (1)
32cacheMode = new BitmapCache();
System\Windows\Media\Generated\BitmapCache.cs (1)
170return new BitmapCache();
28 references to BitmapCache
PresentationCore (28)
System\Windows\Media\Generated\BitmapCache.cs (11)
59public new BitmapCache Clone() 61return (BitmapCache)base.Clone(); 68public new BitmapCache CloneCurrentValue() 70return (BitmapCache)base.CloneCurrentValue(); 86BitmapCache target = ((BitmapCache) d); 93BitmapCache target = ((BitmapCache) d); 100BitmapCache target = ((BitmapCache) d); 333Type typeofThis = typeof(BitmapCache);
System\Windows\Media\Generated\BitmapCacheBrush.cs (10)
111BitmapCache oldV = (BitmapCache) e.OldValue; 112BitmapCache newV = (BitmapCache) e.NewValue; 225public BitmapCache BitmapCache 229return (BitmapCache) GetValue(BitmapCacheProperty); 330BitmapCache vBitmapCache = BitmapCache; 395BitmapCache vBitmapCache = BitmapCache; 417BitmapCache vBitmapCache = BitmapCache; 551typeof(BitmapCache),
System\Windows\Media3D\Viewport2DVisual3D.cs (7)
340if (viewport2DVisual3D.CacheMode as BitmapCache != null) 468bcb.BitmapCache = CacheMode as BitmapCache; 482Brush internalBrush = (CacheMode as BitmapCache != null) ? (Brush)InternalBitmapCacheBrush : (Brush)InternalVisualBrush; 752BitmapCache oldValue = (CacheMode)e.OldValue as BitmapCache; 753BitmapCache newValue = (CacheMode)e.NewValue as BitmapCache;