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