1 instantiation of PRINTDLGEX64
PresentationFramework (1)
src\Framework\MS\Internal\Printing\PrintDlgExMarshaler.cs (1)
627
NativeMethods.PRINTDLGEX64 pdex = new NativeMethods.
PRINTDLGEX64
();
12 references to PRINTDLGEX64
PresentationFramework (12)
src\Framework\MS\Internal\Printing\NativeMethods.cs (1)
54
public int lStructSize = Marshal.SizeOf(typeof(
PRINTDLGEX64
));
src\Framework\MS\Internal\Printing\PrintDlgExMarshaler.cs (11)
286
NativeMethods.
PRINTDLGEX64
pdex = (NativeMethods.
PRINTDLGEX64
)Marshal.PtrToStructure(
288
typeof(NativeMethods.
PRINTDLGEX64
));
507
NativeMethods.
PRINTDLGEX64
pdex = (NativeMethods.
PRINTDLGEX64
)Marshal.PtrToStructure(
509
typeof(NativeMethods.
PRINTDLGEX64
));
627
NativeMethods.
PRINTDLGEX64
pdex = new NativeMethods.PRINTDLGEX64();
698
int cbBufferSize = Marshal.SizeOf(typeof(NativeMethods.
PRINTDLGEX64
));
758
NativeMethods.
PRINTDLGEX64
pdex = (NativeMethods.
PRINTDLGEX64
)Marshal.PtrToStructure(
760
typeof(NativeMethods.
PRINTDLGEX64
));