5 writes to _brush
ReachFramework (5)
AlphaFlattener\PrimitiveRenderer.cs (5)
71_brush = _pen.StrokeBrush; 132_brush = _brush.ApplyTransformCopy(trans); 163_brush = value; 517_brush = p.BlendBrush(_brush); 525_brush = oldbrush;
11 references to _brush
ReachFramework (11)
AlphaFlattener\PrimitiveRenderer.cs (11)
66Debug.Assert(_brush == null, "no brush"); 85_dc.DrawGeometry(_brush, _pen, cur, _clip, Matrix.Identity, ProxyDrawingFlags.None); 98_dc.DrawGeometry(_brush, _pen, cur, _clip, Matrix.Identity, ProxyDrawingFlags.None); 130if (_brush != null) 132_brush = _brush.ApplyTransformCopy(trans); 143return _dc.DrawGlyphs(glyphrun, _clip, trans, _brush); 159return _brush; 402_dc.DrawGeometry(_brush, _pen, cur, _clip, Matrix.Identity, ProxyDrawingFlags.None); 493image.BlendOverBrush(false, _brush, ReverseMap(ip.Transform, drawBounds, image.PixelWidth, image.PixelHeight)); 515BrushProxy oldbrush = _brush; 517_brush = p.BlendBrush(_brush);