3 instantiations of WindowsScrollBarBits
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
352return new WindowsScrollBarBits (_hwnd, this, (int) item, _sbFlag); 542return new WindowsScrollBarBits (_hwnd, this, (int) index, _sbFlag);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
92return new WindowsScrollBarBits(hwnd, parent, idChild -1, sbFlag);
3 references to WindowsScrollBarBits
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\NonClientArea.cs (1)
691ProxySimple scrollBarBit = WindowsScrollBarBits.CreateFromChildId(hwnd, scrollBar, idChild, sbFlag);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
115ProxySimple scrollBarBit = WindowsScrollBarBits.CreateFromChildId(hwnd, wtv, idChild, NativeMethods.SB_CTL); 348NativeMethods.Win32Rect rc = new NativeMethods.Win32Rect(WindowsScrollBarBits.GetBoundingRectangle(_hwnd, this, item, _sbFlag));