4 instantiations of 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);
25 references to WindowsTitleBar
UIAutomationClientSideProviders (25)
MS\Internal\AutomationProxies\NonClientArea.cs (21)
46WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 49menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 69WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 72menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 180WindowsTitleBar titleBar = (WindowsTitleBar)nonClientArea.CreateNonClientChild(NonClientItem.TitleBar); 182return titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 237WindowsTitleBar tb = new WindowsTitleBar(_hwnd, this, 0); 276WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 279ProxyFragment systemMenu = (ProxyFragment)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 493if (WindowsTitleBar.HasTitleBar (_hwnd)) 537WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 540menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 611WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 614ProxyFragment systemMenu = (ProxyFragment)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 756WindowsTitleBar tb = new WindowsTitleBar(hwnd, elw, 0);
MS\Internal\AutomationProxies\WindowsMenu.cs (4)
299WindowsTitleBar titlebar = new WindowsTitleBar(gui.hwndActive, nonClient, 0); 1094WindowsTitleBar titleBar = (WindowsTitleBar) nonClientArea.CreateNonClientChild (NonClientArea.NonClientItem.TitleBar); 1095ProxyFragment systemMenu = (ProxyFragment) titleBar.CreateTitleBarChild (WindowsTitleBar._systemMenu);