5 references to PRINTPAGERANGE
PresentationFramework (5)
MS\Internal\Printing\PrintDlgExMarshaler.cs (5)
260NativeMethods.PRINTPAGERANGE pageRangeStruct = Marshal.PtrToStructure<NativeMethods.PRINTPAGERANGE>(pageRangePtr); 449NativeMethods.PRINTPAGERANGE range; 494pdex.lpPageRanges = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(NativeMethods.PRINTPAGERANGE))); 571pdex.lpPageRanges = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(NativeMethods.PRINTPAGERANGE)));