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