2 instantiations of BitmapCacheBrush
PresentationCore (2)
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
289
return new
BitmapCacheBrush
();
System\Windows\Media3D\Viewport2DVisual3D.cs (1)
444
BitmapCacheBrush bcb = new
BitmapCacheBrush
27 references to BitmapCacheBrush
PresentationCore (23)
System\Windows\Media\BitmapCacheBrush.cs (3)
351
if ((double)value != (double)OpacityProperty.GetDefaultValue(typeof(
BitmapCacheBrush
)))
360
if ((Transform)value != (Transform)TransformProperty.GetDefaultValue(typeof(
BitmapCacheBrush
)))
369
if ((Transform)value != (Transform)RelativeTransformProperty.GetDefaultValue(typeof(
BitmapCacheBrush
)))
System\Windows\Media\Effects\ShaderEffect.cs (1)
422
and not
BitmapCacheBrush
System\Windows\Media\Generated\BitmapCacheBrush.cs (15)
41
public new
BitmapCacheBrush
Clone()
43
return (
BitmapCacheBrush
)base.Clone();
50
public new
BitmapCacheBrush
CloneCurrentValue()
52
return (
BitmapCacheBrush
)base.CloneCurrentValue();
68
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
94
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
123
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
130
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
184
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
528
Type typeofThis = typeof(
BitmapCacheBrush
);
System\Windows\Media3D\Viewport2DVisual3D.cs (4)
292
private
BitmapCacheBrush
InternalBitmapCacheBrush
442
private
BitmapCacheBrush
CreateBitmapCacheBrush()
444
BitmapCacheBrush
bcb = new BitmapCacheBrush
925
private
BitmapCacheBrush
_bitmapCacheBrush;
PresentationFramework (2)
System\Windows\Generated\FrameworkContentElement.cs (1)
764
if ((property == VisualBrush.VisualProperty || property ==
BitmapCacheBrush
.TargetProperty)
System\Windows\Generated\FrameworkElement.cs (1)
794
if ((property == VisualBrush.VisualProperty || property ==
BitmapCacheBrush
.TargetProperty)
ReachFramework (2)
AlphaFlattener\BrushProxy.cs (2)
2982
BitmapCacheBrush
bcb = brush as
BitmapCacheBrush
;