6 references to SCROLLBARPARTS
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\CommonGetThemePartSize.cs (2)
77
case (int)
SCROLLBARPARTS
.SBP_SIZEBOX:
82
case (int)
SCROLLBARPARTS
.SBP_ARROWBTN:
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
140
return themePart.Size(onStatusBar ? (int)ThemePart.STATUSPARTS.SP_GRIPPER : (int)ThemePart.
SCROLLBARPARTS
.SBP_SIZEBOX, 0);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
479
sizeArrow = themePart.Size((int)ThemePart.
SCROLLBARPARTS
.SBP_ARROWBTN, 0);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
321
sizeArrow = themePart.Size((int)ThemePart.
SCROLLBARPARTS
.SBP_ARROWBTN, 0);
412
sizeArrow = themePart.Size((int)ThemePart.
SCROLLBARPARTS
.SBP_ARROWBTN, 0);