4 references to IsScrollBarWithThumb
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (3)
282
if (item == ScrollBarItem.UpArrow && !
IsScrollBarWithThumb
(_hwnd, _sbFlag))
302
if (item == ScrollBarItem.DownArrow && !
IsScrollBarWithThumb
(_hwnd, _sbFlag))
718
return
IsScrollBarWithThumb
(hwnd, sbFlag);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
209
bool fDisableScrollBar = !WindowsScrollBar.
IsScrollBarWithThumb
(hwnd, sbFlag);