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