9 references to SB_CTL
UIAutomationClientsideProviders (9)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (8)
84return new WindowsScrollBar(hwnd, null, idChild, NativeMethods.SB_CTL); 92WindowsScrollBar wtv = new WindowsScrollBar (hwnd, null, -1, NativeMethods.SB_CTL); 115ProxySimple scrollBarBit = WindowsScrollBarBits.CreateFromChildId(hwnd, wtv, idChild, NativeMethods.SB_CTL); 147if (_sbFlag == NativeMethods.SB_CTL) 440if (sbFlag == NativeMethods.SB_CTL) 540if (_sbFlag != NativeMethods.SB_CTL || Misc.GetScrollBarInfo(_hwnd, NativeMethods.OBJID_CLIENT, ref sbi)) 701if (_sbFlag == NativeMethods.SB_CTL) 777protected int _sbFlag = NativeMethods.SB_CTL;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
526IntPtr parentHwnd = _sbFlag == NativeMethods.SB_CTL ? Misc.GetWindowParent(_hwnd) : _hwnd;