3 instantiations of WindowsScrollBarBits
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
340return new WindowsScrollBarBits (_hwnd, this, (int) item, _sbFlag); 530return new WindowsScrollBarBits (_hwnd, this, (int) index, _sbFlag);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
86return new WindowsScrollBarBits(hwnd, parent, idChild -1, sbFlag);
3 references to WindowsScrollBarBits
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
694ProxySimple scrollBarBit = WindowsScrollBarBits.CreateFromChildId(hwnd, scrollBar, idChild, sbFlag);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
104ProxySimple scrollBarBit = WindowsScrollBarBits.CreateFromChildId(hwnd, wtv, idChild, NativeMethods.SB_CTL); 336NativeMethods.Win32Rect rc = new NativeMethods.Win32Rect(WindowsScrollBarBits.GetBoundingRectangle(_hwnd, this, item, _sbFlag));