1 instantiation of PRINTDLGX86
System.Drawing (1)
commonui\System\Drawing\Printing\PrinterSettings.cs (1)
775
SafeNativeMethods.PRINTDLGX86 data = new SafeNativeMethods.
PRINTDLGX86
();
6 references to PRINTDLGX86
System.Drawing (6)
commonui\System\Drawing\Advanced\Gdiplus.cs (1)
4013
public static extern bool PrintDlg([In, Out]
PRINTDLGX86
lppd);
commonui\System\Drawing\Printing\PrinterSettings.cs (5)
774
private static SafeNativeMethods.
PRINTDLGX86
CreatePRINTDLGX86() {
775
SafeNativeMethods.
PRINTDLGX86
data = new SafeNativeMethods.PRINTDLGX86();
776
data.lStructSize = Marshal.SizeOf(typeof(SafeNativeMethods.
PRINTDLGX86
));
878
SafeNativeMethods.
PRINTDLGX86
data = CreatePRINTDLGX86();
934
SafeNativeMethods.
PRINTDLGX86
data = CreatePRINTDLGX86();