1 instantiation of PRINTDLGEX32
PresentationFramework (1)
MS\Internal\Printing\PrintDlgExMarshaler.cs (1)
462NativeMethods.PRINTDLGEX32 pdex = new NativeMethods.PRINTDLGEX32();
9 references to PRINTDLGEX32
PresentationFramework (9)
MS\Internal\Printing\NativeMethods.cs (1)
31public int lStructSize = Marshal.SizeOf(typeof(PRINTDLGEX32));
MS\Internal\Printing\PrintDlgExMarshaler.cs (8)
238NativeMethods.PRINTDLGEX32 pdex = Marshal.PtrToStructure<NativeMethods.PRINTDLGEX32>(unmanagedBuffer); 421NativeMethods.PRINTDLGEX32 pdex = Marshal.PtrToStructure<NativeMethods.PRINTDLGEX32>(unmanagedBuffer); 462NativeMethods.PRINTDLGEX32 pdex = new NativeMethods.PRINTDLGEX32(); 533int cbBufferSize = Marshal.SizeOf(typeof(NativeMethods.PRINTDLGEX32)); 657NativeMethods.PRINTDLGEX32 pdex = Marshal.PtrToStructure<NativeMethods.PRINTDLGEX32>(unmanagedBuffer);