1 instantiation of PRINTDLGEX32
PresentationFramework (1)
src\Framework\MS\Internal\Printing\PrintDlgExMarshaler.cs (1)
550
NativeMethods.PRINTDLGEX32 pdex = new NativeMethods.
PRINTDLGEX32
();
12 references to PRINTDLGEX32
PresentationFramework (12)
src\Framework\MS\Internal\Printing\NativeMethods.cs (1)
28
public int lStructSize = Marshal.SizeOf(typeof(
PRINTDLGEX32
));
src\Framework\MS\Internal\Printing\PrintDlgExMarshaler.cs (11)
276
NativeMethods.
PRINTDLGEX32
pdex = (NativeMethods.
PRINTDLGEX32
)Marshal.PtrToStructure(
278
typeof(NativeMethods.
PRINTDLGEX32
));
500
NativeMethods.
PRINTDLGEX32
pdex = (NativeMethods.
PRINTDLGEX32
)Marshal.PtrToStructure(
502
typeof(NativeMethods.
PRINTDLGEX32
));
550
NativeMethods.
PRINTDLGEX32
pdex = new NativeMethods.PRINTDLGEX32();
621
int cbBufferSize = Marshal.SizeOf(typeof(NativeMethods.
PRINTDLGEX32
));
749
NativeMethods.
PRINTDLGEX32
pdex = (NativeMethods.
PRINTDLGEX32
)Marshal.PtrToStructure(
751
typeof(NativeMethods.
PRINTDLGEX32
));