26 references to FillPath
System.Web.DataVisualization (2)
Common\ChartTypes\FunnelChart.cs (1)
1191
this.Graph.Graphics.
FillPath
(brush, segmentPath);
Common\General\GdiGraphics.cs (1)
421
_graphics.
FillPath
( brush, path );
System.Windows.Forms.DataVisualization (2)
Common\ChartTypes\FunnelChart.cs (1)
1191
this.Graph.Graphics.
FillPath
(brush, segmentPath);
Common\General\GdiGraphics.cs (1)
421
_graphics.
FillPath
( brush, path );
System.Workflow.Activities (7)
Designers\ConditionalDesigner.cs (2)
105
e.Graphics.
FillPath
(compositeDesignerTheme.ForegroundBrush, decisionDiamond);
112
e.Graphics.
FillPath
(compositeDesignerTheme.ForegroundBrush, decisionDiamond);
Designers\StateDesigner.Layouts.cs (2)
1193
graphics.
FillPath
(backgroundBrush, path);
1394
graphics.
FillPath
(backgroundBrush, path);
Designers\StateDesignerConnector.cs (1)
239
e.Graphics.
FillPath
(Brushes.White, path);
Designers\StateMachineDesignerPaint.cs (2)
138
graphics.
FillPath
(penBrush, startCap);
165
graphics.
FillPath
(penBrush, endCap);
System.Workflow.ComponentModel (12)
AuthoringOM\Design\ActivityDesigner.cs (1)
3108
graphics.
FillPath
(Brushes.Black, graphicsPath);
AuthoringOM\Design\Connector.cs (1)
528
e.Graphics.
FillPath
(Brushes.White, path);
AuthoringOM\Design\DesignerHelpers.cs (4)
478
graphics.
FillPath
(shadowBrush, shadowPath);
508
graphics.
FillPath
(designerTheme.GetBackgroundBrush(bounds), designerPath);
618
graphics.
FillPath
(penBrush, startCap);
648
graphics.
FillPath
(penBrush, endCap);
AuthoringOM\Design\DesignerWidgets.cs (5)
179
graphics.
FillPath
(Brushes.Black, graphicsPath);
224
graphics.
FillPath
(pageBrush, pagePath);
226
graphics.
FillPath
(Brushes.White, pageFoldPath);
2684
graphics.
FillPath
(designerTheme.PreviewBackgroundBrush, stripPath);
2724
graphics.
FillPath
(designerTheme.PreviewForegroundBrush, itemPath);
AuthoringOM\Design\Glyphs\ConfigErrorGlyph.cs (1)
91
graphics.
FillPath
(SystemBrushes.ControlText, dropDownIndicator);
System.WorkflowServices (3)
System\Workflow\Activities\Design\GradientPanel.cs (2)
97
e.Graphics.
FillPath
(frameBrush, RoundedRect(frameRect));
100
e.Graphics.
FillPath
(glossBrush, RoundedRectTopHalf(frameRect));
System\Workflow\ComponentModel\Design\HighlightOverlayGlyph.cs (1)
53
graphics.
FillPath
(frameBrush, RoundedRect(frameRect));