5 references to PRINTPAGERANGE
PresentationFramework (5)
MS\Internal\Printing\PrintDlgExMarshaler.cs (5)
257
NativeMethods.
PRINTPAGERANGE
pageRangeStruct = Marshal.PtrToStructure<NativeMethods.
PRINTPAGERANGE
>(pageRangePtr);
446
NativeMethods.
PRINTPAGERANGE
range;
493
pdex.lpPageRanges = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(NativeMethods.
PRINTPAGERANGE
)));
572
pdex.lpPageRanges = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(NativeMethods.
PRINTPAGERANGE
)));