1 write to _context
ReachFramework (1)
Serialization\DrawingContextFlattener.cs (1)
898_context = context;
8 references to _context
ReachFramework (8)
Serialization\DrawingContextFlattener.cs (8)
907_context.DrawGeometry(brush, pen, geometry); 912_context.DrawImage(image, rectangle); 917_context.DrawGlyphRun(foreground, glyphRun); 941_context.PushTransform(new MatrixTransform(transform)); 947_context.PushClip(clip); 953_context.PushOpacity(opacity); 959_context.PushOpacityMask(opacityMask); 972_context.Pop();