11 references to StateMachineDesignerPaint
System.Workflow.Activities (11)
Designers\SetStateDesigner.cs (1)
156this.targetStateSize = StateMachineDesignerPaint.MeasureString(e.Graphics,
Designers\StateDesigner.CommentLayoutGlyph.cs (1)
60graphics.FillRectangle(StateMachineDesignerPaint.FadeBrush, bounds);
Designers\StateDesigner.Layouts.cs (7)
408return StateMachineDesignerPaint.TrimRectangle(rectangle, Bounds); 417return StateMachineDesignerPaint.TrimRectangle(rectangle, Bounds); 448_textSize = StateMachineDesignerPaint.MeasureString(graphics, font, text, StringAlignment.Near, Size.Empty); 767_breadCrumbSeparatorSize = StateMachineDesignerPaint.MeasureString(graphics, font, BreadCrumbSeparator, StringAlignment.Near, Size.Empty); 852size = StateMachineDesignerPaint.MeasureString(graphics, compositeDesignerTheme.Font, text, StringAlignment.Center, Size.Empty); 1191GraphicsPath path = StateMachineDesignerPaint.GetDesignerPath(this.ActivityDesigner, this.Bounds, designerTheme); 1392GraphicsPath path = StateMachineDesignerPaint.GetDesignerPath(this.ActivityDesigner, this.Bounds, designerTheme);
Designers\StateDesignerConnector.cs (2)
179StateMachineDesignerPaint.DrawConnector(e.Graphics, 214StateMachineDesignerPaint.DrawConnector(e.Graphics,