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