5 references to FillPath
System.Drawing.Common.Tests (3)
mono\System.Drawing\GraphicsTests.cs (3)
2898
Assert.Throws<ArgumentNullException>(() => g.
FillPath
(null, path));
2906
Assert.Throws<ArgumentNullException>(() => g.
FillPath
(Brushes.Black, null));
2928
g.
FillPath
(Brushes.SteelBlue, path);
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\PopupButtonDarkModeRenderer.cs (1)
56
graphics.
FillPath
(brush, path);
System\Windows\Forms\Controls\Buttons\ButtonInternal\DarkMode\SystemButtonDarkModeRenderer.cs (1)
45
graphics.
FillPath
(brush, fillPath);