3 references to FillPolygon
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
1681
g.
FillPolygon
(brush, arrow);
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemDarkModeRenderer.cs (1)
505
e.Graphics.
FillPolygon
(arrowBrush, arrow);
System.Windows.Forms.Design (1)
System\ComponentModel\Design\CollectionEditor.SplitButton.cs (1)
257
deviceContext.TryGetGraphics(create: true)?.
FillPolygon
(SystemBrushes.ControlText, arrow);