4 references to Size
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
125return themePart.Size(onStatusBar ? (int)ThemePart.STATUSPARTS.SP_GRIPPER : (int)ThemePart.SCROLLBARPARTS.SBP_SIZEBOX, 0);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
460sizeArrow = themePart.Size((int)ThemePart.SCROLLBARPARTS.SBP_ARROWBTN, 0);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
311sizeArrow = themePart.Size((int)ThemePart.SCROLLBARPARTS.SBP_ARROWBTN, 0); 402sizeArrow = themePart.Size((int)ThemePart.SCROLLBARPARTS.SBP_ARROWBTN, 0);