5 references to PRINTPAGERANGE
PresentationFramework (5)
MS\Internal\Printing\PrintDlgExMarshaler.cs (5)
258
NativeMethods.
PRINTPAGERANGE
pageRangeStruct = Marshal.PtrToStructure<NativeMethods.
PRINTPAGERANGE
>(pageRangePtr);
447
NativeMethods.
PRINTPAGERANGE
range;
492
pdex.lpPageRanges = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(NativeMethods.
PRINTPAGERANGE
)));
569
pdex.lpPageRanges = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(NativeMethods.
PRINTPAGERANGE
)));