2 instantiations of BitmapCacheBrush
PresentationCore (2)
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
292
return new
BitmapCacheBrush
();
System\Windows\Media3D\Viewport2DVisual3D.cs (1)
445
BitmapCacheBrush bcb = new
BitmapCacheBrush
27 references to BitmapCacheBrush
PresentationCore (23)
System\Windows\Media\BitmapCacheBrush.cs (3)
352
if ((double)value != (double)OpacityProperty.GetDefaultValue(typeof(
BitmapCacheBrush
)))
361
if ((Transform)value != (Transform)TransformProperty.GetDefaultValue(typeof(
BitmapCacheBrush
)))
370
if ((Transform)value != (Transform)RelativeTransformProperty.GetDefaultValue(typeof(
BitmapCacheBrush
)))
System\Windows\Media\Effects\ShaderEffect.cs (1)
423
and not
BitmapCacheBrush
System\Windows\Media\Generated\BitmapCacheBrush.cs (15)
44
public new
BitmapCacheBrush
Clone()
46
return (
BitmapCacheBrush
)base.Clone();
53
public new
BitmapCacheBrush
CloneCurrentValue()
55
return (
BitmapCacheBrush
)base.CloneCurrentValue();
71
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
97
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
126
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
133
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
187
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
531
Type typeofThis = typeof(
BitmapCacheBrush
);
System\Windows\Media3D\Viewport2DVisual3D.cs (4)
293
private
BitmapCacheBrush
InternalBitmapCacheBrush
443
private
BitmapCacheBrush
CreateBitmapCacheBrush()
445
BitmapCacheBrush
bcb = new BitmapCacheBrush
926
private
BitmapCacheBrush
_bitmapCacheBrush;
PresentationFramework (2)
System\Windows\Generated\FrameworkContentElement.cs (1)
765
if ((property == VisualBrush.VisualProperty || property ==
BitmapCacheBrush
.TargetProperty)
System\Windows\Generated\FrameworkElement.cs (1)
795
if ((property == VisualBrush.VisualProperty || property ==
BitmapCacheBrush
.TargetProperty)
ReachFramework (2)
AlphaFlattener\BrushProxy.cs (2)
2983
BitmapCacheBrush
bcb = brush as
BitmapCacheBrush
;