4 references to ThemePart
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
138
using (ThemePart themePart = new
ThemePart
(hwnd, onStatusBar ? "STATUS" : "SCROLLBAR"))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
477
using (ThemePart themePart = new
ThemePart
(hwnd, "SCROLLBAR"))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
319
using (ThemePart themePart = new
ThemePart
(hwnd, "SCROLLBAR"))
410
using (ThemePart themePart = new
ThemePart
(hwnd, "SCROLLBAR"))