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