6 references to BackgroundColor
System.Drawing.Common.Tests (6)
System\Drawing\Drawing2D\HatchBrushTests.cs (6)
24Assert.Equal(Color.FromArgb(255, 0, 0, 0), brush.BackgroundColor); 43Assert.NotEqual(backColor, brush.BackgroundColor); 44Assert.Equal(backColor.ToArgb(), brush.BackgroundColor.ToArgb()); 65Assert.Equal(brush.BackgroundColor, clone.BackgroundColor); 112AssertExtensions.Throws<ArgumentException>(null, () => brush.BackgroundColor);