8 references to SCROLL_PAGE
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Printing\PrintPreviewControl.cs (8)
395
if (pos >
SCROLL_PAGE
) {
396
pos-=
SCROLL_PAGE
;
403
if (pos < maxPos-
SCROLL_PAGE
) {
404
pos+=
SCROLL_PAGE
;
821
if (pos >
SCROLL_PAGE
) {
822
pos-=
SCROLL_PAGE
;
840
if (pos < maxPos-
SCROLL_PAGE
) {
841
pos+=
SCROLL_PAGE
;