1 write to MaxPage
PresentationFramework (1)
System\Windows\Controls\PrintDialog.cs (1)
309
dlg.
MaxPage
= Math.Max(dlg.MinPage, Math.Max(_minPage, _maxPage));
3 references to MaxPage
PresentationFramework (3)
MS\Internal\Printing\PrintDlgExMarshaler.cs (2)
465
pdex.nMaxPage = _dialog.
MaxPage
;
542
pdex.nMaxPage = _dialog.
MaxPage
;
System\Windows\Controls\PrintDialog.cs (1)
316
Math.Min((int)dlg.
MaxPage
, _pageRange.PageTo));