1 write to pageRanges
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (1)
332
data.
pageRanges
= UnsafeNativeMethods.GlobalAlloc(NativeMethods.GPTR,
4 references to pageRanges
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Printing\PrintDialog.cs (4)
494
int* pageRangeField = (int*)data.
pageRanges
;
526
int* pageRangeField = (int*)data.
pageRanges
;
554
if (data.
pageRanges
!= IntPtr.Zero)
555
UnsafeNativeMethods.GlobalFree(new HandleRef(data, data.
pageRanges
));