23 references to DrawPath
System.Web.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
305 _graphics.DrawPath( pen, path );
System.Windows.Forms.DataVisualization (1)
Common\General\GdiGraphics.cs (1)
305 _graphics.DrawPath( pen, path );
System.Workflow.Activities (6)
Designers\ConditionalDesigner.cs (2)
106e.Graphics.DrawPath(compositeDesignerTheme.ForegroundPen, decisionDiamond); 113e.Graphics.DrawPath(compositeDesignerTheme.ForegroundPen, decisionDiamond);
Designers\StateDesigner.Layouts.cs (2)
1198graphics.DrawPath(designerTheme.BorderPen, path); 1399graphics.DrawPath(designerTheme.BorderPen, path);
Designers\StateDesignerConnector.cs (1)
240e.Graphics.DrawPath(e.AmbientTheme.SelectionForegroundPen, path);
Designers\StateMachineDesignerPaint.cs (1)
188graphics.DrawPath(pen, path);
System.Workflow.ComponentModel (12)
AuthoringOM\Design\ActivityDesigner.cs (1)
3109graphics.DrawPath(Pens.Black, graphicsPath);
AuthoringOM\Design\Connector.cs (1)
529e.Graphics.DrawPath(e.AmbientTheme.SelectionForegroundPen, path);
AuthoringOM\Design\DesignerHelpers.cs (4)
406graphics.DrawPath(drawingPen, roundedRectangle); 521graphics.DrawPath(designerTheme.BorderPen, designerPath); 619graphics.DrawPath(pen, startCap); 649graphics.DrawPath(pen, endCap);
AuthoringOM\Design\DesignerWidgets.cs (5)
180graphics.DrawPath(Pens.Black, graphicsPath); 225graphics.DrawPath(Pens.DarkBlue, pagePath); 227graphics.DrawPath(Pens.DarkBlue, pageFoldPath); 2685graphics.DrawPath(designerTheme.PreviewBorderPen, stripPath); 2725graphics.DrawPath(designerTheme.PreviewBorderPen, itemPath);
AuthoringOM\Design\Glyphs\ConfigErrorGlyph.cs (1)
92graphics.DrawPath(SystemPens.ControlText, dropDownIndicator);
System.WorkflowServices (3)
System\Workflow\Activities\Design\GradientPanel.cs (2)
102e.Graphics.DrawPath(new Pen(this.BorderColor), RoundedRect(frameRect)); 114outputGraphics.DrawPath(shadowPen, RoundedRect(shadowRect));
System\Workflow\ComponentModel\Design\HighlightOverlayGlyph.cs (1)
72outputGraphics.DrawPath(shadowPen, RoundedRect(shadowRect));