9 references to FillPolygon
System.Windows.Forms (8)
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
1680
g.
FillPolygon
(brush, arrow);
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemDarkModeRenderer.cs (1)
505
e.Graphics.
FillPolygon
(arrowBrush, arrow);
System\Windows\Forms\Rendering\ControlPaint_ModernControlButtonRenderer.cs (6)
346
graphics.
FillPolygon
(brush, leftStroke);
347
graphics.
FillPolygon
(brush, rightStroke);
359
graphics.
FillPolygon
(brush, points);
371
graphics.
FillPolygon
(brush, points);
383
graphics.
FillPolygon
(brush, points);
395
graphics.
FillPolygon
(brush, points);
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.SplitButton.cs (1)
257
deviceContext.TryGetGraphics(create: true)?.
FillPolygon
(SystemBrushes.ControlText, arrow);