2 references to GenerateSnapShotWithWM_PRINT
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
315
if (!
GenerateSnapShotWithWM_PRINT
(control, out image))
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\DesignerUtilsTests.cs (1)
365
bool result = DesignerUtils.
GenerateSnapShotWithWM_PRINT
(Button, out Bitmap image);