13 writes to _brush
ReachFramework (13)
AlphaFlattener\BrushProxy.cs (13)
366
_brush
= brush;
413
_brush
= _brush.CloneCurrentValue();
448
_brush
= tb;
472
_brush
= tb;
493
_brush
= lb;
517
_brush
= rb;
790
_brush
= _brush.CloneCurrentValue();
1018
_brush
= BuildBrush();
1033
_brush
= _brush.CloneCurrentValue();
1174
_brush
= _brush.CloneCurrentValue();
1348
_brush
= newBrush;
2527
bp.
_brush
= b;
2586
bp.
_brush
= b;
86 references to _brush
ReachFramework (86)
AlphaFlattener\BrushProxy.cs (86)
383
if (
_brush
!= null)
385
str = str +
_brush
.GetType();
411
if (! (
_brush
is SolidColorBrush) && ! Utility.IsIdentity(
_brush
.RelativeTransform))
413
_brush =
_brush
.CloneCurrentValue();
416
Matrix mat = Utility.MergeTransform(
_brush
.Transform,
_brush
.RelativeTransform, bounds);
418
_brush
.Transform = new MatrixTransform(mat);
419
_brush
.RelativeTransform = Transform.Identity;
425
if (
_brush
is TileBrush)
427
TileBrush tb =
_brush
as TileBrush;
476
if (
_brush
is LinearGradientBrush)
478
LinearGradientBrush lb =
_brush
as LinearGradientBrush;
497
if (
_brush
is RadialGradientBrush)
499
RadialGradientBrush rb =
_brush
as RadialGradientBrush;
530
if (
_brush
!= null)
568
if ((_opacityMask != null) && (
_brush
!= null))
604
if (
_brush
is SolidColorBrush)
606
SolidColorBrush y =
_brush
as SolidColorBrush;
611
if (
_brush
is GradientBrush)
613
GradientBrush y =
_brush
as GradientBrush;
626
if (
_brush
is TileBrush)
628
TileBrush tb =
_brush
as TileBrush;
645
if (
_brush
is ImageBrush)
647
ImageBrush ib =
_brush
as ImageBrush;
657
if (
_brush
is DrawingBrush)
659
DrawingBrush db =
_brush
as DrawingBrush;
673
if (
_brush
!= null)
675
Debug.Assert(false, "IsOpaque(" +
_brush
.GetType() + ") not handled");
693
if (
_brush
is SolidColorBrush)
695
SolidColorBrush y =
_brush
as SolidColorBrush;
702
if (
_brush
is GradientBrush)
704
GradientBrush y =
_brush
as GradientBrush;
719
if (
_brush
is DrawingBrush)
726
DrawingBrush db =
_brush
as DrawingBrush;
747
if (
_brush
is ImageBrush)
754
ImageBrush ib =
_brush
as ImageBrush;
769
if (
_brush
!= null)
771
Debug.Assert(false, "IsTransparent not handled " +
_brush
.GetType());
788
if (!(
_brush
is SolidColorBrush))
790
_brush =
_brush
.CloneCurrentValue();
794
if (
_brush
.Transform != null)
796
mat =
_brush
.Transform.Value;
801
_brush
.Transform = new MatrixTransform(mat);
854
SolidColorBrush sA =
_brush
as SolidColorBrush;
869
if (
_brush
is ImageBrush)
990
return
_brush
;
1016
(_brushList != null &&
_brush
== null)) // combine brushlist into one brush
1031
if (_opacity != Utility.GetOpacity(
_brush
))
1033
_brush =
_brush
.CloneCurrentValue();
1035
_brush
.Opacity = _opacity;
1057
else if (
_brush
is SolidColorBrush)
1061
else if (
_brush
is GradientBrush)
1065
else if (
_brush
is ImageBrush)
1069
else if (
_brush
is DrawingBrush)
1109
else if (!(
_brush
is SolidColorBrush))
1114
if (isOpaque && (
_brush
.Transform == null || Utility.IsScaleTranslate(
_brush
.Transform.Value)))
1116
LinearGradientBrush linearBrush =
_brush
as LinearGradientBrush;
1152
if (
_brush
!= null)
1154
SolidColorBrush scb =
_brush
as SolidColorBrush;
1172
if (
_brush
!= null)
1174
_brush =
_brush
.CloneCurrentValue();
1244
DrawingBrush drawingBrush =
_brush
as DrawingBrush;
1285
dc.DrawGeometry(
_brush
, null, geo);
1331
DrawingBrush currentBrush = (DrawingBrush)
_brush
;
1381
if (!(
_brush
is SolidColorBrush))
1453
context.PushOpacityMask(
_brush
);
1528
if (_brushList == null && !Utility.IsTransparent(
_brush
.Opacity))
1532
inheritedOpacity /=
_brush
.Opacity;
1541
context.DrawGeometry(
_brush
, null, geometry);
1762
ImageBrush ib =
_brush
.CloneCurrentValue() as ImageBrush;
1968
GradientBrush g =
_brush
as GradientBrush;
2130
Debug.Assert(b.
_brush
is SolidColorBrush, "SolidColorBrush expected");
2312
ImageBrush ib =
_brush
as ImageBrush;
2454
LinearGradientBrush lbA = this.
_brush
as LinearGradientBrush;
2455
LinearGradientBrush lbB = brushB.
_brush
as LinearGradientBrush;
2543
RadialGradientBrush rbA = this.
_brush
as RadialGradientBrush;
2544
RadialGradientBrush rbB = brushB.
_brush
as RadialGradientBrush;
3358
return
_brush
;
3474
else if (
_brush
!= null)
3476
if (
_brush
is SolidColorBrush)
3480
else if (
_brush
is LinearGradientBrush)
3484
else if (
_brush
is RadialGradientBrush)
3488
else if (
_brush
is ImageBrush)
3492
else if (
_brush
is DrawingBrush)