4 references to 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"))