20 references to SetPixel
System.Drawing (1)
commonui\System\Drawing\ToolboxBitmapAttribute.cs (1)
471img.SetPixel(0, img.Height - 1, newBottomLeft);
System.Web.Mobile (2)
UI\MobileControls\Design\Util\WbmpConverter.cs (2)
58bitmap.SetPixel(x, y, Color.Black); 62bitmap.SetPixel(x, y, Color.White);
System.Windows.Forms (17)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (4)
121b.SetPixel(0, 0, color1); 122b.SetPixel(0, 1, color2); 123b.SetPixel(1, 1, color1); 124b.SetPixel(1, 0, color2);
winforms\Managed\System\WinForms\ControlPaint.cs (13)
1481bitmap.SetPixel(x, y, foreColor); 2162bitmap.SetPixel(x, y, Color.Transparent); 2169bitmap.SetPixel(x, y, brushColor); 2225b.SetPixel(1, 0, color2); 2226b.SetPixel(0, 1, color2); 2227b.SetPixel(0, 0, color1); 2228b.SetPixel(1, 1, color1); 2234b.SetPixel(1, 0, color1); 2235b.SetPixel(0, 1, color1); 2236b.SetPixel(0, 0, color2); 2237b.SetPixel(1, 1, color2); 2282bitmap.SetPixel(x, y, Color.Transparent); 2290bitmap.SetPixel(x, y, brushColor);