2 instantiations of BitmapCache
PresentationCore (2)
System\Windows\Media\CacheMode.cs (1)
25cacheMode = new BitmapCache();
System\Windows\Media\Generated\BitmapCache.cs (1)
152return new BitmapCache();
28 references to BitmapCache
PresentationCore (28)
System\Windows\Media\Generated\BitmapCache.cs (11)
41public new BitmapCache Clone() 43return (BitmapCache)base.Clone(); 50public new BitmapCache CloneCurrentValue() 52return (BitmapCache)base.CloneCurrentValue(); 68BitmapCache target = ((BitmapCache) d); 75BitmapCache target = ((BitmapCache) d); 82BitmapCache target = ((BitmapCache) d); 323Type typeofThis = typeof(BitmapCache);
System\Windows\Media\Generated\BitmapCacheBrush.cs (10)
97BitmapCache oldV = (BitmapCache) e.OldValue; 98BitmapCache newV = (BitmapCache) e.NewValue; 211public BitmapCache BitmapCache 215return (BitmapCache) GetValue(BitmapCacheProperty); 316BitmapCache vBitmapCache = BitmapCache; 382BitmapCache vBitmapCache = BitmapCache; 406BitmapCache vBitmapCache = BitmapCache; 541typeof(BitmapCache),
System\Windows\Media3D\Viewport2DVisual3D.cs (7)
324if (viewport2DVisual3D.CacheMode as BitmapCache != null) 453BitmapCache = CacheMode as BitmapCache 468Brush internalBrush = (CacheMode as BitmapCache != null) ? (Brush)InternalBitmapCacheBrush : (Brush)InternalVisualBrush; 734BitmapCache oldValue = (CacheMode)e.OldValue as BitmapCache; 735BitmapCache newValue = (CacheMode)e.NewValue as BitmapCache;