19 references to _actualGreen
System.Drawing.Common.Tests (19)
System\Drawing\Imaging\ImageAttributesTests.cs (19)
94using SolidBrush brush = new(_actualGreen);
179bitmap.SetPixel(0, 0, _actualGreen);
210bitmap.SetPixel(0, 0, _actualGreen);
212Assert.Equal(_actualGreen, bitmap.GetPixel(0, 0));
281bitmap.SetPixel(0, 0, _actualGreen);
283Assert.Equal(_actualGreen, bitmap.GetPixel(0, 0));
308bitmap.SetPixel(0, 0, _actualGreen);
310Assert.Equal(_actualGreen, bitmap.GetPixel(0, 0));
342using SolidBrush brush = new(_actualGreen);
365using SolidBrush brush = new(_actualGreen);
392using SolidBrush brush = new(_actualGreen);
421using SolidBrush brush = new(_actualGreen);
676bitmap.SetPixel(0, 0, _actualGreen);
678Assert.Equal(_actualGreen, bitmap.GetPixel(0, 0));
726bitmap.SetPixel(0, 0, _actualGreen);
1016bitmap.SetPixel(0, 0, _actualGreen);
1018Assert.Equal(_actualGreen, bitmap.GetPixel(0, 0));
1031bitmap.SetPixel(0, 0, _actualGreen);
1033Assert.Equal(_actualGreen, bitmap.GetPixel(0, 0));