6 references to PRINTPAGERANGE
PresentationFramework (6)
src\Framework\MS\Internal\Printing\PrintDlgExMarshaler.cs (6)
302
NativeMethods.
PRINTPAGERANGE
pageRangeStruct = (NativeMethods.
PRINTPAGERANGE
)Marshal.PtrToStructure(
304
typeof(NativeMethods.
PRINTPAGERANGE
));
537
NativeMethods.
PRINTPAGERANGE
range;
582
pdex.lpPageRanges = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(NativeMethods.
PRINTPAGERANGE
)));
659
pdex.lpPageRanges = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(NativeMethods.
PRINTPAGERANGE
)));