1 instantiation of PRINTDLGEX32
PresentationFramework (1)
MS\Internal\Printing\PrintDlgExMarshaler.cs (1)
460
NativeMethods.PRINTDLGEX32 pdex = new NativeMethods.
PRINTDLGEX32
();
9 references to PRINTDLGEX32
PresentationFramework (9)
MS\Internal\Printing\NativeMethods.cs (1)
29
public int lStructSize = Marshal.SizeOf(typeof(
PRINTDLGEX32
));
MS\Internal\Printing\PrintDlgExMarshaler.cs (8)
236
NativeMethods.
PRINTDLGEX32
pdex = Marshal.PtrToStructure<NativeMethods.
PRINTDLGEX32
>(unmanagedBuffer);
419
NativeMethods.
PRINTDLGEX32
pdex = Marshal.PtrToStructure<NativeMethods.
PRINTDLGEX32
>(unmanagedBuffer);
460
NativeMethods.
PRINTDLGEX32
pdex = new NativeMethods.PRINTDLGEX32();
531
int cbBufferSize = Marshal.SizeOf(typeof(NativeMethods.
PRINTDLGEX32
));
655
NativeMethods.
PRINTDLGEX32
pdex = Marshal.PtrToStructure<NativeMethods.
PRINTDLGEX32
>(unmanagedBuffer);