1 write to _sbFlag
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
44_sbFlag = sbFlag;
4 references to _sbFlag
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (4)
130return GetBoundingRectangle (_hwnd, _parent, (WindowsScrollBar.ScrollBarItem) _item, _sbFlag); 181if (WindowsScrollBar.IsScrollBarVertical(_hwnd, _sbFlag)) 520IntPtr parentHwnd = _sbFlag == NativeMethods.SB_CTL ? Misc.GetWindowParent(_hwnd) : _hwnd; 546if (!Misc.GetScrollInfo(_hwnd, _sbFlag, ref si))