7 references to BoxImage
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\ToolboxItemSnapLineBehavior.cs (1)
336graphics.DrawImage(DesignerUtils.BoxImage, newRectangle.Location);
System.Windows.Forms.Design.Tests (6)
System\Windows\Forms\Design\DesignerUtilsTests.cs (6)
40DesignerUtils.BoxImage.Should().BeOfType<Bitmap>(); 45DesignerUtils.BoxImage.Width.Should().Be(DesignerUtils.s_boxImageSize); 46DesignerUtils.BoxImage.Height.Should().Be(DesignerUtils.s_boxImageSize); 51((Bitmap)DesignerUtils.BoxImage).PixelFormat.Should().Be(PixelFormat.Format32bppPArgb); 56Image firstCall = DesignerUtils.BoxImage; 57Image secondCall = DesignerUtils.BoxImage;