9 references to SB_CTL
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (8)
70return new WindowsScrollBar(hwnd, null, idChild, NativeMethods.SB_CTL); 78WindowsScrollBar wtv = new WindowsScrollBar (hwnd, null, -1, NativeMethods.SB_CTL); 101ProxySimple scrollBarBit = WindowsScrollBarBits.CreateFromChildId(hwnd, wtv, idChild, NativeMethods.SB_CTL); 133if (_sbFlag == NativeMethods.SB_CTL) 425if (sbFlag == NativeMethods.SB_CTL) 525if (_sbFlag != NativeMethods.SB_CTL || Misc.GetScrollBarInfo(_hwnd, NativeMethods.OBJID_CLIENT, ref sbi)) 686if (_sbFlag == NativeMethods.SB_CTL) 762protected int _sbFlag = NativeMethods.SB_CTL;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
517IntPtr parentHwnd = _sbFlag == NativeMethods.SB_CTL ? Misc.GetWindowParent(_hwnd) : _hwnd;