1 write to Button
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\DesignerUtilsTests.cs (1)
25Button = new() { Width = 50, Height = 50 };
7 references to Button
System.Windows.Forms.Design.Tests (7)
System\Windows\Forms\Design\DesignerUtilsTests.cs (7)
32Button.Dispose(); 226DesignerUtils.GenerateSnapShot(Button, out Bitmap image, borderSize, opacity, backColor); 243DesignerUtils.GenerateSnapShot(Button, out Bitmap image, borderSize, opacity, backColor); 260DesignerUtils.GenerateSnapShot(Button, out Bitmap image, borderSize, opacity, backColor); 337DesignerUtils.GenerateSnapShotWithBitBlt(Button, out Bitmap image); 352DesignerUtils.GenerateSnapShotWithBitBlt(Button, out Bitmap image); 365bool result = DesignerUtils.GenerateSnapShotWithWM_PRINT(Button, out Bitmap image);