3 writes to StrokeBrush
ReachFramework (3)
AlphaFlattener\Flattener.cs (2)
723gp.Pen.StrokeBrush = blendedPenBrush; 1156ri.Pen.StrokeBrush = ri.Pen.StrokeBrush.ApplyTransformCopy(p.Transform);
AlphaFlattener\Primitive.cs (1)
1244g.Pen.StrokeBrush = color.BlendBrush(g.Pen.StrokeBrush);
23 references to StrokeBrush
ReachFramework (23)
AlphaFlattener\DrawingContext.cs (3)
109geo.Pen.StrokeBrush.ApplyTransform(brushTrans); 118brush = pen.StrokeBrush; 762strokeBrush = pen.StrokeBrush;
AlphaFlattener\Flattener.cs (4)
60if ((gp.Pen != null) && (gp.Pen.StrokeBrush.Brush is DrawingBrush)) 692BrushProxy blendedPenBrush = gp.Pen?.StrokeBrush; 1153if (ri.Pen != null && ri.Pen.StrokeBrush != null) 1156ri.Pen.StrokeBrush = ri.Pen.StrokeBrush.ApplyTransformCopy(p.Transform);
AlphaFlattener\Optimizer.cs (1)
339bp = gp.Pen.StrokeBrush;
AlphaFlattener\Primitive.cs (13)
677Brush = Pen.StrokeBrush; 784if (_pen != null && _pen.StrokeBrush != null && _pen.StrokeBrush.Brush is DrawingBrush) 1188b = Pen.StrokeBrush; 1207b = Pen.StrokeBrush; 1242g.Pen.StrokeBrush.OpacityOnly = true; 1244g.Pen.StrokeBrush = color.BlendBrush(g.Pen.StrokeBrush); 1323Pen.StrokeBrush.ApplyTransform(Transform); 1349if ((Pen != null) && (Pen.StrokeBrush.Brush is TileBrush)) 1529Brush realBrush = Pen.StrokeBrush.GetRealBrush(); 1531opacity *= Pen.StrokeBrush.Opacity; 1622if (_pen != null && _pen.StrokeBrush != null) 1624cost += _pen.StrokeBrush.GetDrawingCost(bounds.Size);
AlphaFlattener\PrimitiveList.cs (1)
229return gp.Pen.StrokeBrush.IsWhite();
AlphaFlattener\PrimitiveRenderer.cs (1)
66_brush = _pen.StrokeBrush;