2 instantiations of BitmapCache
PresentationCore (2)
System\Windows\Media\CacheMode.cs (1)
32
cacheMode = new
BitmapCache
();
System\Windows\Media\Generated\BitmapCache.cs (1)
170
return new
BitmapCache
();
28 references to BitmapCache
PresentationCore (28)
System\Windows\Media\Generated\BitmapCache.cs (11)
59
public new
BitmapCache
Clone()
61
return (
BitmapCache
)base.Clone();
68
public new
BitmapCache
CloneCurrentValue()
70
return (
BitmapCache
)base.CloneCurrentValue();
86
BitmapCache
target = ((
BitmapCache
) d);
93
BitmapCache
target = ((
BitmapCache
) d);
100
BitmapCache
target = ((
BitmapCache
) d);
333
Type typeofThis = typeof(
BitmapCache
);
System\Windows\Media\Generated\BitmapCacheBrush.cs (10)
111
BitmapCache
oldV = (
BitmapCache
) e.OldValue;
112
BitmapCache
newV = (
BitmapCache
) e.NewValue;
225
public
BitmapCache
BitmapCache
229
return (
BitmapCache
) GetValue(BitmapCacheProperty);
330
BitmapCache
vBitmapCache = BitmapCache;
395
BitmapCache
vBitmapCache = BitmapCache;
417
BitmapCache
vBitmapCache = BitmapCache;
551
typeof(
BitmapCache
),
System\Windows\Media3D\Viewport2DVisual3D.cs (7)
340
if (viewport2DVisual3D.CacheMode as
BitmapCache
!= null)
468
bcb.BitmapCache = CacheMode as
BitmapCache
;
482
Brush internalBrush = (CacheMode as
BitmapCache
!= null) ? (Brush)InternalBitmapCacheBrush : (Brush)InternalVisualBrush;
752
BitmapCache
oldValue = (CacheMode)e.OldValue as
BitmapCache
;
753
BitmapCache
newValue = (CacheMode)e.NewValue as
BitmapCache
;