16 references to GetScrollInfo
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
708
bool ok = Misc.
GetScrollInfo
(WindowHandle, NativeMethods.SB_VERT, ref si);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1686
if (!Misc.
GetScrollInfo
(_hwnd, sbFlag, ref si) ||
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (2)
57
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))
108
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))
MS\Internal\AutomationProxies\WindowsScroll.cs (7)
147
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si))
197
if (Misc.
GetScrollInfo
(hwnd, sbFlag, ref si))
253
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) || (si.nMax == si.nMin))
294
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) ||
319
if (fRet && Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) && si.nPos != newPos)
340
} while (fRet && Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) && si.nPos != newPos);
368
if ((!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) ||
MS\Internal\AutomationProxies\WindowsScrollBar.cs (3)
438
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si))
576
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))
627
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
217
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si))
543
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))