3 writes to StrokeBrush
ReachFramework (3)
AlphaFlattener\Flattener.cs (2)
724gp.Pen.StrokeBrush = blendedPenBrush; 1157ri.Pen.StrokeBrush = ri.Pen.StrokeBrush.ApplyTransformCopy(p.Transform);
AlphaFlattener\Primitive.cs (1)
1245g.Pen.StrokeBrush = color.BlendBrush(g.Pen.StrokeBrush);
23 references to StrokeBrush
ReachFramework (23)
AlphaFlattener\DrawingContext.cs (3)
110geo.Pen.StrokeBrush.ApplyTransform(brushTrans); 119brush = pen.StrokeBrush; 763strokeBrush = pen.StrokeBrush;
AlphaFlattener\Flattener.cs (4)
61if ((gp.Pen != null) && (gp.Pen.StrokeBrush.Brush is DrawingBrush)) 693BrushProxy blendedPenBrush = gp.Pen?.StrokeBrush; 1154if (ri.Pen != null && ri.Pen.StrokeBrush != null) 1157ri.Pen.StrokeBrush = ri.Pen.StrokeBrush.ApplyTransformCopy(p.Transform);
AlphaFlattener\Optimizer.cs (1)
340bp = gp.Pen.StrokeBrush;
AlphaFlattener\Primitive.cs (13)
678Brush = Pen.StrokeBrush; 785if (_pen != null && _pen.StrokeBrush != null && _pen.StrokeBrush.Brush is DrawingBrush) 1189b = Pen.StrokeBrush; 1208b = Pen.StrokeBrush; 1243g.Pen.StrokeBrush.OpacityOnly = true; 1245g.Pen.StrokeBrush = color.BlendBrush(g.Pen.StrokeBrush); 1324Pen.StrokeBrush.ApplyTransform(Transform); 1350if ((Pen != null) && (Pen.StrokeBrush.Brush is TileBrush)) 1530Brush realBrush = Pen.StrokeBrush.GetRealBrush(); 1532opacity *= Pen.StrokeBrush.Opacity; 1623if (_pen != null && _pen.StrokeBrush != null) 1625cost += _pen.StrokeBrush.GetDrawingCost(bounds.Size);
AlphaFlattener\PrimitiveList.cs (1)
230return gp.Pen.StrokeBrush.IsWhite();
AlphaFlattener\PrimitiveRenderer.cs (1)
67_brush = _pen.StrokeBrush;