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