1 write to _context
ReachFramework (1)
Serialization\DrawingContextFlattener.cs (1)
888_context = context;
8 references to _context
ReachFramework (8)
Serialization\DrawingContextFlattener.cs (8)
897_context.DrawGeometry(brush, pen, geometry); 902_context.DrawImage(image, rectangle); 907_context.DrawGlyphRun(foreground, glyphRun); 931_context.PushTransform(new MatrixTransform(transform)); 937_context.PushClip(clip); 943_context.PushOpacity(opacity); 949_context.PushOpacityMask(opacityMask); 962_context.Pop();