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