4 references to SIF_RANGE
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
252
si.fMask = NativeMethods.
SIF_RANGE
| NativeMethods.SIF_PAGE;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
436
si.fMask = NativeMethods.
SIF_RANGE
| NativeMethods.SIF_PAGE;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
207
si.fMask = NativeMethods.
SIF_RANGE
;
MS\Win32\NativeMethods.cs (1)
1308
internal const int SIF_ALL = (
SIF_RANGE
| SIF_PAGE | SIF_POS | SIF_TRACKPOS);