4 references to IsScrollBarWithThumb
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (3)
301
if (item == ScrollBarItem.UpArrow && !
IsScrollBarWithThumb
(_hwnd, _sbFlag))
321
if (item == ScrollBarItem.DownArrow && !
IsScrollBarWithThumb
(_hwnd, _sbFlag))
733
return
IsScrollBarWithThumb
(hwnd, sbFlag);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
219
bool fDisableScrollBar = !WindowsScrollBar.
IsScrollBarWithThumb
(hwnd, sbFlag);