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)
105e.Graphics.FillPath(compositeDesignerTheme.ForegroundBrush, decisionDiamond); 112e.Graphics.FillPath(compositeDesignerTheme.ForegroundBrush, decisionDiamond);
Designers\StateDesigner.Layouts.cs (2)
1193graphics.FillPath(backgroundBrush, path); 1394graphics.FillPath(backgroundBrush, path);
Designers\StateDesignerConnector.cs (1)
239e.Graphics.FillPath(Brushes.White, path);
Designers\StateMachineDesignerPaint.cs (2)
138graphics.FillPath(penBrush, startCap); 165graphics.FillPath(penBrush, endCap);
System.Workflow.ComponentModel (12)
AuthoringOM\Design\ActivityDesigner.cs (1)
3108graphics.FillPath(Brushes.Black, graphicsPath);
AuthoringOM\Design\Connector.cs (1)
528e.Graphics.FillPath(Brushes.White, path);
AuthoringOM\Design\DesignerHelpers.cs (4)
478graphics.FillPath(shadowBrush, shadowPath); 508graphics.FillPath(designerTheme.GetBackgroundBrush(bounds), designerPath); 618graphics.FillPath(penBrush, startCap); 648graphics.FillPath(penBrush, endCap);
AuthoringOM\Design\DesignerWidgets.cs (5)
179graphics.FillPath(Brushes.Black, graphicsPath); 224graphics.FillPath(pageBrush, pagePath); 226graphics.FillPath(Brushes.White, pageFoldPath); 2684graphics.FillPath(designerTheme.PreviewBackgroundBrush, stripPath); 2724graphics.FillPath(designerTheme.PreviewForegroundBrush, itemPath);
AuthoringOM\Design\Glyphs\ConfigErrorGlyph.cs (1)
91graphics.FillPath(SystemBrushes.ControlText, dropDownIndicator);
System.WorkflowServices (3)
System\Workflow\Activities\Design\GradientPanel.cs (2)
97e.Graphics.FillPath(frameBrush, RoundedRect(frameRect)); 100e.Graphics.FillPath(glossBrush, RoundedRectTopHalf(frameRect));
System\Workflow\ComponentModel\Design\HighlightOverlayGlyph.cs (1)
53graphics.FillPath(frameBrush, RoundedRect(frameRect));