3 references to SIF_PAGE
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
261
si.fMask = NativeMethods.SIF_RANGE | NativeMethods.
SIF_PAGE
;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
451
si.fMask = NativeMethods.SIF_RANGE | NativeMethods.
SIF_PAGE
;
MS\Win32\NativeMethods.cs (1)
1326
internal const int SIF_ALL = (SIF_RANGE |
SIF_PAGE
| SIF_POS | SIF_TRACKPOS);