4 references to FillPath
System.Drawing.Common (1)
System\Drawing\Graphics.cs (1)
1210FillPath(brush, path);
System.Drawing.Common.Tests (3)
mono\System.Drawing\GraphicsTests.cs (3)
2905Assert.Throws<ArgumentNullException>(() => g.FillPath(null, path)); 2913Assert.Throws<ArgumentNullException>(() => g.FillPath(Brushes.Black, null)); 2935g.FillPath(Brushes.SteelBlue, path);