4 references to ThemePart
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsGrip.cs (1)
123
using (ThemePart themePart = new
ThemePart
(hwnd, onStatusBar ? "STATUS" : "SCROLLBAR"))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
458
using (ThemePart themePart = new
ThemePart
(hwnd, "SCROLLBAR"))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
309
using (ThemePart themePart = new
ThemePart
(hwnd, "SCROLLBAR"))
400
using (ThemePart themePart = new
ThemePart
(hwnd, "SCROLLBAR"))