9 references to SB_CTL
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (8)
69return new WindowsScrollBar(hwnd, null, idChild, NativeMethods.SB_CTL); 77WindowsScrollBar wtv = new WindowsScrollBar (hwnd, null, -1, NativeMethods.SB_CTL); 100ProxySimple scrollBarBit = WindowsScrollBarBits.CreateFromChildId(hwnd, wtv, idChild, NativeMethods.SB_CTL); 129if (_sbFlag == NativeMethods.SB_CTL) 421if (sbFlag == NativeMethods.SB_CTL) 521if (_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)
516IntPtr parentHwnd = _sbFlag == NativeMethods.SB_CTL ? Misc.GetWindowParent(_hwnd) : _hwnd;