5 writes to _brush
ReachFramework (5)
AlphaFlattener\PrimitiveRenderer.cs (5)
67_brush = _pen.StrokeBrush; 128_brush = _brush.ApplyTransformCopy(trans); 159_brush = value; 513_brush = p.BlendBrush(_brush); 521_brush = oldbrush;
11 references to _brush
ReachFramework (11)
AlphaFlattener\PrimitiveRenderer.cs (11)
62Debug.Assert(_brush == null, "no brush"); 81_dc.DrawGeometry(_brush, _pen, cur, _clip, Matrix.Identity, ProxyDrawingFlags.None); 94_dc.DrawGeometry(_brush, _pen, cur, _clip, Matrix.Identity, ProxyDrawingFlags.None); 126if (_brush != null) 128_brush = _brush.ApplyTransformCopy(trans); 139return _dc.DrawGlyphs(glyphrun, _clip, trans, _brush); 155return _brush; 398_dc.DrawGeometry(_brush, _pen, cur, _clip, Matrix.Identity, ProxyDrawingFlags.None); 489image.BlendOverBrush(false, _brush, ReverseMap(ip.Transform, drawBounds, image.PixelWidth, image.PixelHeight)); 511BrushProxy oldbrush = _brush; 513_brush = p.BlendBrush(_brush);