3 instantiations of WindowsScrollBarBits
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
337
return new
WindowsScrollBarBits
(_hwnd, this, (int) item, _sbFlag);
527
return new
WindowsScrollBarBits
(_hwnd, this, (int) index, _sbFlag);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
83
return new
WindowsScrollBarBits
(hwnd, parent, idChild -1, sbFlag);
3 references to WindowsScrollBarBits
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
690
ProxySimple scrollBarBit =
WindowsScrollBarBits
.CreateFromChildId(hwnd, scrollBar, idChild, sbFlag);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
101
ProxySimple scrollBarBit =
WindowsScrollBarBits
.CreateFromChildId(hwnd, wtv, idChild, NativeMethods.SB_CTL);
333
NativeMethods.Win32Rect rc = new NativeMethods.Win32Rect(
WindowsScrollBarBits
.GetBoundingRectangle(_hwnd, this, item, _sbFlag));