4 references to SBP_ARROWBTN
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\CommonGetThemePartSize.cs (1)
82case (int)SCROLLBARPARTS.SBP_ARROWBTN:
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
464sizeArrow = themePart.Size((int)ThemePart.SCROLLBARPARTS.SBP_ARROWBTN, 0);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
312sizeArrow = themePart.Size((int)ThemePart.SCROLLBARPARTS.SBP_ARROWBTN, 0); 403sizeArrow = themePart.Size((int)ThemePart.SCROLLBARPARTS.SBP_ARROWBTN, 0);