1 instantiation of PRINTDLGEX64
PresentationFramework (1)
MS\Internal\Printing\PrintDlgExMarshaler.cs (1)
537
NativeMethods.PRINTDLGEX64 pdex = new NativeMethods.
PRINTDLGEX64
();
9 references to PRINTDLGEX64
PresentationFramework (9)
MS\Internal\Printing\NativeMethods.cs (1)
55
public int lStructSize = Marshal.SizeOf(typeof(
PRINTDLGEX64
));
MS\Internal\Printing\PrintDlgExMarshaler.cs (8)
244
NativeMethods.
PRINTDLGEX64
pdex = Marshal.PtrToStructure<NativeMethods.
PRINTDLGEX64
>(unmanagedBuffer);
424
NativeMethods.
PRINTDLGEX64
pdex = Marshal.PtrToStructure<NativeMethods.
PRINTDLGEX64
>(unmanagedBuffer);
537
NativeMethods.
PRINTDLGEX64
pdex = new NativeMethods.PRINTDLGEX64();
608
int cbBufferSize = Marshal.SizeOf(typeof(NativeMethods.
PRINTDLGEX64
));
662
NativeMethods.
PRINTDLGEX64
pdex = Marshal.PtrToStructure<NativeMethods.
PRINTDLGEX64
>(unmanagedBuffer);