9 references to SB_CTL
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (8)
69
return new WindowsScrollBar(hwnd, null, idChild, NativeMethods.
SB_CTL
);
77
WindowsScrollBar wtv = new WindowsScrollBar (hwnd, null, -1, NativeMethods.
SB_CTL
);
100
ProxySimple scrollBarBit = WindowsScrollBarBits.CreateFromChildId(hwnd, wtv, idChild, NativeMethods.
SB_CTL
);
129
if (_sbFlag == NativeMethods.
SB_CTL
)
421
if (sbFlag == NativeMethods.
SB_CTL
)
521
if (_sbFlag != NativeMethods.
SB_CTL
|| Misc.GetScrollBarInfo(_hwnd, NativeMethods.OBJID_CLIENT, ref sbi))
686
if (_sbFlag == NativeMethods.
SB_CTL
)
762
protected int _sbFlag = NativeMethods.
SB_CTL
;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
516
IntPtr parentHwnd = _sbFlag == NativeMethods.
SB_CTL
? Misc.GetWindowParent(_hwnd) : _hwnd;