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