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