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