1 instantiation of PRINTDLGEX32
PresentationFramework (1)
MS\Internal\Printing\PrintDlgExMarshaler.cs (1)
459
NativeMethods.PRINTDLGEX32 pdex = new NativeMethods.
PRINTDLGEX32
9 references to PRINTDLGEX32
PresentationFramework (9)
MS\Internal\Printing\NativeMethods.cs (1)
28
public int lStructSize = Marshal.SizeOf(typeof(
PRINTDLGEX32
));
MS\Internal\Printing\PrintDlgExMarshaler.cs (8)
235
NativeMethods.
PRINTDLGEX32
pdex = Marshal.PtrToStructure<NativeMethods.
PRINTDLGEX32
>(unmanagedBuffer);
418
NativeMethods.
PRINTDLGEX32
pdex = Marshal.PtrToStructure<NativeMethods.
PRINTDLGEX32
>(unmanagedBuffer);
459
NativeMethods.
PRINTDLGEX32
pdex = new NativeMethods.PRINTDLGEX32
532
int cbBufferSize = Marshal.SizeOf(typeof(NativeMethods.
PRINTDLGEX32
));
658
NativeMethods.
PRINTDLGEX32
pdex = Marshal.PtrToStructure<NativeMethods.
PRINTDLGEX32
>(unmanagedBuffer);