16 references to GetScrollInfo
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
710
bool ok = Misc.
GetScrollInfo
(WindowHandle, NativeMethods.SB_VERT, ref si);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1684
if (!Misc.
GetScrollInfo
(_hwnd, sbFlag, ref si) ||
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (2)
59
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))
110
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))
MS\Internal\AutomationProxies\WindowsScroll.cs (7)
147
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si))
198
if (Misc.
GetScrollInfo
(hwnd, sbFlag, ref si))
254
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) || (si.nMax == si.nMin))
297
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) ||
322
if (fRet && Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) && si.nPos != newPos)
343
} while (fRet && Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) && si.nPos != newPos);
373
if ((!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) ||
MS\Internal\AutomationProxies\WindowsScrollBar.cs (3)
435
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si))
575
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))
628
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
217
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si))
545
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))