4 instantiations of WindowsTitleBar
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\NonClientArea.cs (3)
238WindowsTitleBar tb = new WindowsTitleBar(_hwnd, this, 0); 496return new WindowsTitleBar (_hwnd, this, (int) item); 757WindowsTitleBar tb = new WindowsTitleBar(hwnd, elw, 0);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
312WindowsTitleBar titlebar = new WindowsTitleBar(gui.hwndActive, nonClient, 0);
25 references to WindowsTitleBar
UIAutomationClientsideProviders (25)
MS\Internal\AutomationProxies\NonClientArea.cs (21)
47WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 50menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 70WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 73menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 181WindowsTitleBar titleBar = (WindowsTitleBar)nonClientArea.CreateNonClientChild(NonClientItem.TitleBar); 183return titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 238WindowsTitleBar tb = new WindowsTitleBar(_hwnd, this, 0); 277WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 280ProxyFragment systemMenu = (ProxyFragment)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 494if (WindowsTitleBar.HasTitleBar (_hwnd)) 538WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 541menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 612WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 615ProxyFragment systemMenu = (ProxyFragment)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 757WindowsTitleBar tb = new WindowsTitleBar(hwnd, elw, 0);
MS\Internal\AutomationProxies\WindowsMenu.cs (4)
312WindowsTitleBar titlebar = new WindowsTitleBar(gui.hwndActive, nonClient, 0); 1109WindowsTitleBar titleBar = (WindowsTitleBar) nonClientArea.CreateNonClientChild (NonClientArea.NonClientItem.TitleBar); 1110ProxyFragment systemMenu = (ProxyFragment) titleBar.CreateTitleBarChild (WindowsTitleBar._systemMenu);