4 instantiations of ThemePart
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
124using (ThemePart themePart = new ThemePart(hwnd, onStatusBar ? "STATUS" : "SCROLLBAR"))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
459using (ThemePart themePart = new ThemePart(hwnd, "SCROLLBAR"))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
310using (ThemePart themePart = new ThemePart(hwnd, "SCROLLBAR")) 401using (ThemePart themePart = new ThemePart(hwnd, "SCROLLBAR"))
9 references to ThemePart
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\WindowsGrip.cs (3)
124using (ThemePart themePart = new ThemePart(hwnd, onStatusBar ? "STATUS" : "SCROLLBAR")) 126return themePart.Size(onStatusBar ? (int)ThemePart.STATUSPARTS.SP_GRIPPER : (int)ThemePart.SCROLLBARPARTS.SBP_SIZEBOX, 0);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
459using (ThemePart themePart = new ThemePart(hwnd, "SCROLLBAR")) 461sizeArrow = themePart.Size((int)ThemePart.SCROLLBARPARTS.SBP_ARROWBTN, 0);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (4)
310using (ThemePart themePart = new ThemePart(hwnd, "SCROLLBAR")) 312sizeArrow = themePart.Size((int)ThemePart.SCROLLBARPARTS.SBP_ARROWBTN, 0); 401using (ThemePart themePart = new ThemePart(hwnd, "SCROLLBAR")) 403sizeArrow = themePart.Size((int)ThemePart.SCROLLBARPARTS.SBP_ARROWBTN, 0);