4 instantiations of WindowsTitleBar
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\NonClientArea.cs (3)
230WindowsTitleBar tb = new WindowsTitleBar(_hwnd, this, 0); 488return new WindowsTitleBar (_hwnd, this, (int) item); 737WindowsTitleBar tb = new WindowsTitleBar(hwnd, elw, 0);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
295WindowsTitleBar titlebar = new WindowsTitleBar(gui.hwndActive, nonClient, 0);
25 references to WindowsTitleBar
UIAutomationClientSideProviders (25)
MS\Internal\AutomationProxies\NonClientArea.cs (21)
45WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 48menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 65WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 68menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 173WindowsTitleBar titleBar = (WindowsTitleBar)nonClientArea.CreateNonClientChild(NonClientItem.TitleBar); 175return titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 230WindowsTitleBar tb = new WindowsTitleBar(_hwnd, this, 0); 269WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 272ProxyFragment systemMenu = (ProxyFragment)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 486if (WindowsTitleBar.HasTitleBar (_hwnd)) 530WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 533menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 604WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 607ProxyFragment systemMenu = (ProxyFragment)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 737WindowsTitleBar tb = new WindowsTitleBar(hwnd, elw, 0);
MS\Internal\AutomationProxies\WindowsMenu.cs (4)
295WindowsTitleBar titlebar = new WindowsTitleBar(gui.hwndActive, nonClient, 0); 1090WindowsTitleBar titleBar = (WindowsTitleBar) nonClientArea.CreateNonClientChild (NonClientArea.NonClientItem.TitleBar); 1091ProxyFragment systemMenu = (ProxyFragment) titleBar.CreateTitleBarChild (WindowsTitleBar._systemMenu);