9 references to SB_CTL
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\WindowsScrollBar.cs (8)
70
return new WindowsScrollBar(hwnd, null, idChild, NativeMethods.
SB_CTL
);
78
WindowsScrollBar wtv = new WindowsScrollBar (hwnd, null, -1, NativeMethods.
SB_CTL
);
101
ProxySimple scrollBarBit = WindowsScrollBarBits.CreateFromChildId(hwnd, wtv, idChild, NativeMethods.
SB_CTL
);
133
if (_sbFlag == NativeMethods.
SB_CTL
)
425
if (sbFlag == NativeMethods.
SB_CTL
)
525
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)
517
IntPtr parentHwnd = _sbFlag == NativeMethods.
SB_CTL
? Misc.GetWindowParent(_hwnd) : _hwnd;