2 instantiations of BitmapCache
PresentationCore (2)
Core\CSharp\System\Windows\Media\CacheMode.cs (1)
35cacheMode = new BitmapCache();
Core\CSharp\System\Windows\Media\Generated\BitmapCache.cs (1)
176return new BitmapCache();
28 references to BitmapCache
PresentationCore (28)
Core\CSharp\System\Windows\Media\Generated\BitmapCache.cs (11)
65public new BitmapCache Clone() 67return (BitmapCache)base.Clone(); 74public new BitmapCache CloneCurrentValue() 76return (BitmapCache)base.CloneCurrentValue(); 92BitmapCache target = ((BitmapCache) d); 99BitmapCache target = ((BitmapCache) d); 106BitmapCache target = ((BitmapCache) d); 354Type typeofThis = typeof(BitmapCache);
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (10)
121BitmapCache oldV = (BitmapCache) e.OldValue; 122BitmapCache newV = (BitmapCache) e.NewValue; 235public BitmapCache BitmapCache 239return (BitmapCache) GetValue(BitmapCacheProperty); 346BitmapCache vBitmapCache = BitmapCache; 412BitmapCache vBitmapCache = BitmapCache; 436BitmapCache vBitmapCache = BitmapCache; 572typeof(BitmapCache),
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (7)
349if (viewport2DVisual3D.CacheMode as BitmapCache != null) 477bcb.BitmapCache = CacheMode as BitmapCache; 491Brush internalBrush = (CacheMode as BitmapCache != null) ? (Brush)InternalBitmapCacheBrush : (Brush)InternalVisualBrush; 762BitmapCache oldValue = (CacheMode)e.OldValue as BitmapCache; 763BitmapCache newValue = (CacheMode)e.NewValue as BitmapCache;