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