1 write to MaxPage
PresentationFramework (1)
src\Framework\System\Windows\Controls\PrintDialog.cs (1)
360
dlg.
MaxPage
= Math.Max(dlg.MinPage, Math.Max(_minPage, _maxPage));
3 references to MaxPage
PresentationFramework (3)
src\Framework\MS\Internal\Printing\PrintDlgExMarshaler.cs (2)
553
pdex.nMaxPage = _dialog.
MaxPage
;
630
pdex.nMaxPage = _dialog.
MaxPage
;
src\Framework\System\Windows\Controls\PrintDialog.cs (1)
367
Math.Min((int)dlg.
MaxPage
, _pageRange.PageTo));