2 instantiations of BitmapCacheBrush
PresentationCore (2)
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
303
return new
BitmapCacheBrush
();
System\Windows\Media3D\Viewport2DVisual3D.cs (1)
459
BitmapCacheBrush bcb = new
BitmapCacheBrush
();
27 references to BitmapCacheBrush
PresentationCore (23)
System\Windows\Media\BitmapCacheBrush.cs (3)
366
if ((double)value != (double)OpacityProperty.GetDefaultValue(typeof(
BitmapCacheBrush
)))
375
if ((Transform)value != (Transform)TransformProperty.GetDefaultValue(typeof(
BitmapCacheBrush
)))
384
if ((Transform)value != (Transform)RelativeTransformProperty.GetDefaultValue(typeof(
BitmapCacheBrush
)))
System\Windows\Media\Effects\ShaderEffect.cs (1)
439
and not
BitmapCacheBrush
System\Windows\Media\Generated\BitmapCacheBrush.cs (15)
59
public new
BitmapCacheBrush
Clone()
61
return (
BitmapCacheBrush
)base.Clone();
68
public new
BitmapCacheBrush
CloneCurrentValue()
70
return (
BitmapCacheBrush
)base.CloneCurrentValue();
86
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
108
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
137
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
144
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
198
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
538
Type typeofThis = typeof(
BitmapCacheBrush
);
System\Windows\Media3D\Viewport2DVisual3D.cs (4)
308
private
BitmapCacheBrush
InternalBitmapCacheBrush
457
private
BitmapCacheBrush
CreateBitmapCacheBrush()
459
BitmapCacheBrush
bcb = new BitmapCacheBrush();
943
private
BitmapCacheBrush
_bitmapCacheBrush;
PresentationFramework (2)
System\Windows\Generated\FrameworkContentElement.cs (1)
771
if ((property == VisualBrush.VisualProperty || property ==
BitmapCacheBrush
.TargetProperty)
System\Windows\Generated\FrameworkElement.cs (1)
803
if ((property == VisualBrush.VisualProperty || property ==
BitmapCacheBrush
.TargetProperty)
ReachFramework (2)
AlphaFlattener\BrushProxy.cs (2)
2986
BitmapCacheBrush
bcb = brush as
BitmapCacheBrush
;