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