4 instantiations of ThemePart
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
138using (ThemePart themePart = new ThemePart(hwnd, onStatusBar ? "STATUS" : "SCROLLBAR"))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
477using (ThemePart themePart = new ThemePart(hwnd, "SCROLLBAR"))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
319using (ThemePart themePart = new ThemePart(hwnd, "SCROLLBAR")) 410using (ThemePart themePart = new ThemePart(hwnd, "SCROLLBAR"))
9 references to ThemePart
UIAutomationClientsideProviders (9)
MS\Internal\AutomationProxies\WindowsGrip.cs (3)
138using (ThemePart themePart = new ThemePart(hwnd, onStatusBar ? "STATUS" : "SCROLLBAR")) 140return themePart.Size(onStatusBar ? (int)ThemePart.STATUSPARTS.SP_GRIPPER : (int)ThemePart.SCROLLBARPARTS.SBP_SIZEBOX, 0);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
477using (ThemePart themePart = new ThemePart(hwnd, "SCROLLBAR")) 479sizeArrow = themePart.Size((int)ThemePart.SCROLLBARPARTS.SBP_ARROWBTN, 0);
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (4)
319using (ThemePart themePart = new ThemePart(hwnd, "SCROLLBAR")) 321sizeArrow = themePart.Size((int)ThemePart.SCROLLBARPARTS.SBP_ARROWBTN, 0); 410using (ThemePart themePart = new ThemePart(hwnd, "SCROLLBAR")) 412sizeArrow = themePart.Size((int)ThemePart.SCROLLBARPARTS.SBP_ARROWBTN, 0);