4 references to WindowsTitleBar
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\NonClientArea.cs (3)
238
WindowsTitleBar tb = new
WindowsTitleBar
(_hwnd, this, 0);
496
return new
WindowsTitleBar
(_hwnd, this, (int) item);
757
WindowsTitleBar tb = new
WindowsTitleBar
(hwnd, elw, 0);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
312
WindowsTitleBar titlebar = new
WindowsTitleBar
(gui.hwndActive, nonClient, 0);