1 instantiation of PAGESETUPDLG
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (1)
359NativeMethods.PAGESETUPDLG data = new NativeMethods.PAGESETUPDLG();
3 references to PAGESETUPDLG
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Printing\PageSetupDialog.cs (2)
317private static void UpdateSettings(NativeMethods.PAGESETUPDLG data, PageSettings pageSettings, 359NativeMethods.PAGESETUPDLG data = new NativeMethods.PAGESETUPDLG();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
302public static extern bool PageSetupDlg([In, Out] NativeMethods.PAGESETUPDLG lppsd);