19 references to _actualGreen
System.Drawing.Common.Tests (19)
System\Drawing\Imaging\ImageAttributesTests.cs (19)
93using SolidBrush brush = new(_actualGreen); 178bitmap.SetPixel(0, 0, _actualGreen); 209bitmap.SetPixel(0, 0, _actualGreen); 211Assert.Equal(_actualGreen, bitmap.GetPixel(0, 0)); 280bitmap.SetPixel(0, 0, _actualGreen); 282Assert.Equal(_actualGreen, bitmap.GetPixel(0, 0)); 307bitmap.SetPixel(0, 0, _actualGreen); 309Assert.Equal(_actualGreen, bitmap.GetPixel(0, 0)); 341using SolidBrush brush = new(_actualGreen); 364using SolidBrush brush = new(_actualGreen); 391using SolidBrush brush = new(_actualGreen); 420using SolidBrush brush = new(_actualGreen); 675bitmap.SetPixel(0, 0, _actualGreen); 677Assert.Equal(_actualGreen, bitmap.GetPixel(0, 0)); 725bitmap.SetPixel(0, 0, _actualGreen); 1015bitmap.SetPixel(0, 0, _actualGreen); 1017Assert.Equal(_actualGreen, bitmap.GetPixel(0, 0)); 1030bitmap.SetPixel(0, 0, _actualGreen); 1032Assert.Equal(_actualGreen, bitmap.GetPixel(0, 0));