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