1 write to _sbFlag
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
50
_sbFlag
= sbFlag;
4 references to _sbFlag
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (4)
136
return GetBoundingRectangle (_hwnd, _parent, (WindowsScrollBar.ScrollBarItem) _item,
_sbFlag
);
187
if (WindowsScrollBar.IsScrollBarVertical(_hwnd,
_sbFlag
))
526
IntPtr parentHwnd =
_sbFlag
== NativeMethods.SB_CTL ? Misc.GetWindowParent(_hwnd) : _hwnd;
552
if (!Misc.GetScrollInfo(_hwnd,
_sbFlag
, ref si))