4 references to ThemePart
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
124
using (ThemePart themePart = new
ThemePart
(hwnd, onStatusBar ? "STATUS" : "SCROLLBAR"))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
462
using (ThemePart themePart = new
ThemePart
(hwnd, "SCROLLBAR"))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
310
using (ThemePart themePart = new
ThemePart
(hwnd, "SCROLLBAR"))
401
using (ThemePart themePart = new
ThemePart
(hwnd, "SCROLLBAR"))