2 instantiations of BitmapCacheBrush
PresentationCore (2)
System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
276
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)
358
if ((double)value != (double)OpacityProperty.GetDefaultValue(typeof(
BitmapCacheBrush
)))
367
if ((Transform)value != (Transform)TransformProperty.GetDefaultValue(typeof(
BitmapCacheBrush
)))
376
if ((Transform)value != (Transform)RelativeTransformProperty.GetDefaultValue(typeof(
BitmapCacheBrush
)))
System\Windows\Media\Effects\ShaderEffect.cs (1)
426
and not
BitmapCacheBrush
System\Windows\Media\Generated\BitmapCacheBrush.cs (15)
32
public new
BitmapCacheBrush
Clone()
34
return (
BitmapCacheBrush
)base.Clone();
41
public new
BitmapCacheBrush
CloneCurrentValue()
43
return (
BitmapCacheBrush
)base.CloneCurrentValue();
59
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
81
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
110
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
117
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
171
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
511
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)
797
if ((property == VisualBrush.VisualProperty || property ==
BitmapCacheBrush
.TargetProperty)
ReachFramework (2)
AlphaFlattener\BrushProxy.cs (2)
2986
BitmapCacheBrush
bcb = brush as
BitmapCacheBrush
;