2 writes to PageRange
PresentationFramework (2)
src\Framework\MS\Internal\Printing\PrintDlgExMarshaler.cs (1)
149_dialog.PageRange = pageRange;
src\Framework\System\Windows\Controls\PrintDialog.cs (1)
365dlg.PageRange = new PageRange(
3 references to PageRange
PresentationFramework (3)
src\Framework\MS\Internal\Printing\PrintDlgExMarshaler.cs (2)
538range.nToPage = (uint)_dialog.PageRange.PageTo; 539range.nFromPage = (uint)_dialog.PageRange.PageFrom;
src\Framework\System\Windows\Controls\PrintDialog.cs (1)
380_pageRange = dlg.PageRange;