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