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