1 write to _context
ReachFramework (1)
Serialization\DrawingContextFlattener.cs (1)
887_context = context;
8 references to _context
ReachFramework (8)
Serialization\DrawingContextFlattener.cs (8)
896_context.DrawGeometry(brush, pen, geometry); 901_context.DrawImage(image, rectangle); 906_context.DrawGlyphRun(foreground, glyphRun); 930_context.PushTransform(new MatrixTransform(transform)); 936_context.PushClip(clip); 942_context.PushOpacity(opacity); 948_context.PushOpacityMask(opacityMask); 961_context.Pop();