2 instantiations of BitmapCacheBrush
PresentationCore (2)
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (1)
313
return new
BitmapCacheBrush
();
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (1)
468
BitmapCacheBrush bcb = new
BitmapCacheBrush
();
25 references to BitmapCacheBrush
PresentationCore (23)
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (3)
369
if ((double)value != (double)OpacityProperty.GetDefaultValue(typeof(
BitmapCacheBrush
)))
378
if ((Transform)value != (Transform)TransformProperty.GetDefaultValue(typeof(
BitmapCacheBrush
)))
387
if ((Transform)value != (Transform)RelativeTransformProperty.GetDefaultValue(typeof(
BitmapCacheBrush
)))
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (1)
442
typeof(
BitmapCacheBrush
).IsInstanceOfType(newValue) ||
Core\CSharp\System\Windows\Media\Generated\BitmapCacheBrush.cs (15)
65
public new
BitmapCacheBrush
Clone()
67
return (
BitmapCacheBrush
)base.Clone();
74
public new
BitmapCacheBrush
CloneCurrentValue()
76
return (
BitmapCacheBrush
)base.CloneCurrentValue();
92
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
118
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
147
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
154
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
208
BitmapCacheBrush
target = ((
BitmapCacheBrush
) d);
559
Type typeofThis = typeof(
BitmapCacheBrush
);
Core\CSharp\System\Windows\Media3D\Viewport2DVisual3D.cs (4)
317
private
BitmapCacheBrush
InternalBitmapCacheBrush
466
private
BitmapCacheBrush
CreateBitmapCacheBrush()
468
BitmapCacheBrush
bcb = new BitmapCacheBrush();
953
private
BitmapCacheBrush
_bitmapCacheBrush;
PresentationFramework (2)
src\Framework\System\Windows\Generated\FrameworkContentElement.cs (1)
784
if ((property == VisualBrush.VisualProperty || property ==
BitmapCacheBrush
.TargetProperty)
src\Framework\System\Windows\Generated\FrameworkElement.cs (1)
814
if ((property == VisualBrush.VisualProperty || property ==
BitmapCacheBrush
.TargetProperty)