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