1 write to Button
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\DesignerUtilsTests.cs (1)
28Button = new() { Width = 50, Height = 50 };
7 references to Button
System.Windows.Forms.Design.Tests (7)
System\Windows\Forms\Design\DesignerUtilsTests.cs (7)
35Button.Dispose(); 229DesignerUtils.GenerateSnapShot(Button, out Bitmap image, borderSize, opacity, backColor); 246DesignerUtils.GenerateSnapShot(Button, out Bitmap image, borderSize, opacity, backColor); 263DesignerUtils.GenerateSnapShot(Button, out Bitmap image, borderSize, opacity, backColor); 340DesignerUtils.GenerateSnapShotWithBitBlt(Button, out Bitmap image); 355DesignerUtils.GenerateSnapShotWithBitBlt(Button, out Bitmap image); 368bool result = DesignerUtils.GenerateSnapShotWithWM_PRINT(Button, out Bitmap image);