4 instantiations of WindowsTitleBar
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\NonClientArea.cs (3)
241WindowsTitleBar tb = new WindowsTitleBar(_hwnd, this, 0); 499return new WindowsTitleBar (_hwnd, this, (int) item); 760WindowsTitleBar tb = new WindowsTitleBar(hwnd, elw, 0);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
301WindowsTitleBar titlebar = new WindowsTitleBar(gui.hwndActive, nonClient, 0);
25 references to WindowsTitleBar
UIAutomationClientSideProviders (25)
MS\Internal\AutomationProxies\NonClientArea.cs (21)
50WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 53menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 73WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 76menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 184WindowsTitleBar titleBar = (WindowsTitleBar)nonClientArea.CreateNonClientChild(NonClientItem.TitleBar); 186return titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 241WindowsTitleBar tb = new WindowsTitleBar(_hwnd, this, 0); 280WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 283ProxyFragment systemMenu = (ProxyFragment)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 497if (WindowsTitleBar.HasTitleBar (_hwnd)) 541WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 544menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 615WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 618ProxyFragment systemMenu = (ProxyFragment)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 760WindowsTitleBar tb = new WindowsTitleBar(hwnd, elw, 0);
MS\Internal\AutomationProxies\WindowsMenu.cs (4)
301WindowsTitleBar titlebar = new WindowsTitleBar(gui.hwndActive, nonClient, 0); 1097WindowsTitleBar titleBar = (WindowsTitleBar) nonClientArea.CreateNonClientChild (NonClientArea.NonClientItem.TitleBar); 1098ProxyFragment systemMenu = (ProxyFragment) titleBar.CreateTitleBarChild (WindowsTitleBar._systemMenu);