3 references to FillPath
System.Drawing.Common.Tests (3)
mono\System.Drawing\GraphicsTests.cs (3)
2899Assert.Throws<ArgumentNullException>(() => g.FillPath(null, path)); 2907Assert.Throws<ArgumentNullException>(() => g.FillPath(Brushes.Black, null)); 2929g.FillPath(Brushes.SteelBlue, path);