2 instantiations of BitmapCache
PresentationCore (2)
System\Windows\Media\CacheMode.cs (1)
26cacheMode = new BitmapCache();
System\Windows\Media\Generated\BitmapCache.cs (1)
143return new BitmapCache();
28 references to BitmapCache
PresentationCore (28)
System\Windows\Media\Generated\BitmapCache.cs (11)
32public new BitmapCache Clone() 34return (BitmapCache)base.Clone(); 41public new BitmapCache CloneCurrentValue() 43return (BitmapCache)base.CloneCurrentValue(); 59BitmapCache target = ((BitmapCache) d); 66BitmapCache target = ((BitmapCache) d); 73BitmapCache target = ((BitmapCache) d); 306Type typeofThis = typeof(BitmapCache);
System\Windows\Media\Generated\BitmapCacheBrush.cs (10)
84BitmapCache oldV = (BitmapCache) e.OldValue; 85BitmapCache newV = (BitmapCache) e.NewValue; 198public BitmapCache BitmapCache 202return (BitmapCache) GetValue(BitmapCacheProperty); 303BitmapCache vBitmapCache = BitmapCache; 368BitmapCache vBitmapCache = BitmapCache; 390BitmapCache vBitmapCache = BitmapCache; 524typeof(BitmapCache),
System\Windows\Media3D\Viewport2DVisual3D.cs (7)
323if (viewport2DVisual3D.CacheMode as BitmapCache != null) 451bcb.BitmapCache = CacheMode as BitmapCache; 465Brush internalBrush = (CacheMode as BitmapCache != null) ? (Brush)InternalBitmapCacheBrush : (Brush)InternalVisualBrush; 735BitmapCache oldValue = (CacheMode)e.OldValue as BitmapCache; 736BitmapCache newValue = (CacheMode)e.NewValue as BitmapCache;