5 writes to _brush
ReachFramework (5)
AlphaFlattener\PrimitiveRenderer.cs (5)
66_brush = _pen.StrokeBrush; 127_brush = _brush.ApplyTransformCopy(trans); 158_brush = value; 512_brush = p.BlendBrush(_brush); 520_brush = oldbrush;
11 references to _brush
ReachFramework (11)
AlphaFlattener\PrimitiveRenderer.cs (11)
61Debug.Assert(_brush == null, "no brush"); 80_dc.DrawGeometry(_brush, _pen, cur, _clip, Matrix.Identity, ProxyDrawingFlags.None); 93_dc.DrawGeometry(_brush, _pen, cur, _clip, Matrix.Identity, ProxyDrawingFlags.None); 125if (_brush != null) 127_brush = _brush.ApplyTransformCopy(trans); 138return _dc.DrawGlyphs(glyphrun, _clip, trans, _brush); 154return _brush; 397_dc.DrawGeometry(_brush, _pen, cur, _clip, Matrix.Identity, ProxyDrawingFlags.None); 488image.BlendOverBrush(false, _brush, ReverseMap(ip.Transform, drawBounds, image.PixelWidth, image.PixelHeight)); 510BrushProxy oldbrush = _brush; 512_brush = p.BlendBrush(_brush);