1 write to s_boxImage
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
120s_boxImage = new Bitmap(s_boxImageSize, s_boxImageSize, PixelFormat.Format32bppPArgb);
3 references to s_boxImage
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DesignerUtils.cs (3)
118if (s_boxImage is null) 121using Graphics g = Graphics.FromImage(s_boxImage); 126return s_boxImage;