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