4 references to WindowsTitleBar
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\NonClientArea.cs (3)
237WindowsTitleBar tb = new WindowsTitleBar(_hwnd, this, 0); 495return new WindowsTitleBar (_hwnd, this, (int) item); 756WindowsTitleBar tb = new WindowsTitleBar(hwnd, elw, 0);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
299WindowsTitleBar titlebar = new WindowsTitleBar(gui.hwndActive, nonClient, 0);