2 instantiations of BitmapCache
PresentationCore (2)
System\Windows\Media\CacheMode.cs (1)
25
cacheMode = new
BitmapCache
();
System\Windows\Media\Generated\BitmapCache.cs (1)
152
return new
BitmapCache
();
28 references to BitmapCache
PresentationCore (28)
System\Windows\Media\Generated\BitmapCache.cs (11)
41
public new
BitmapCache
Clone()
43
return (
BitmapCache
)base.Clone();
50
public new
BitmapCache
CloneCurrentValue()
52
return (
BitmapCache
)base.CloneCurrentValue();
68
BitmapCache
target = ((
BitmapCache
) d);
75
BitmapCache
target = ((
BitmapCache
) d);
82
BitmapCache
target = ((
BitmapCache
) d);
323
Type typeofThis = typeof(
BitmapCache
);
System\Windows\Media\Generated\BitmapCacheBrush.cs (10)
97
BitmapCache
oldV = (
BitmapCache
) e.OldValue;
98
BitmapCache
newV = (
BitmapCache
) e.NewValue;
211
public
BitmapCache
BitmapCache
215
return (
BitmapCache
) GetValue(BitmapCacheProperty);
316
BitmapCache
vBitmapCache = BitmapCache;
382
BitmapCache
vBitmapCache = BitmapCache;
406
BitmapCache
vBitmapCache = BitmapCache;
541
typeof(
BitmapCache
),
System\Windows\Media3D\Viewport2DVisual3D.cs (7)
324
if (viewport2DVisual3D.CacheMode as
BitmapCache
!= null)
453
BitmapCache = CacheMode as
BitmapCache
468
Brush internalBrush = (CacheMode as
BitmapCache
!= null) ? (Brush)InternalBitmapCacheBrush : (Brush)InternalVisualBrush;
734
BitmapCache
oldValue = (CacheMode)e.OldValue as
BitmapCache
;
735
BitmapCache
newValue = (CacheMode)e.NewValue as
BitmapCache
;