4 instantiations of WindowsTitleBar
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\NonClientArea.cs (3)
231WindowsTitleBar tb = new WindowsTitleBar(_hwnd, this, 0); 489return new WindowsTitleBar (_hwnd, this, (int) item); 738WindowsTitleBar tb = new WindowsTitleBar(hwnd, elw, 0);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
296WindowsTitleBar 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); 66WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 69menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 174WindowsTitleBar titleBar = (WindowsTitleBar)nonClientArea.CreateNonClientChild(NonClientItem.TitleBar); 176return titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 231WindowsTitleBar tb = new WindowsTitleBar(_hwnd, this, 0); 270WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 273ProxyFragment systemMenu = (ProxyFragment)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 487if (WindowsTitleBar.HasTitleBar (_hwnd)) 531WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 534menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 605WindowsTitleBar titleBar = (WindowsTitleBar)CreateNonClientChild(NonClientItem.TitleBar); 608ProxyFragment systemMenu = (ProxyFragment)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 738WindowsTitleBar tb = new WindowsTitleBar(hwnd, elw, 0);
MS\Internal\AutomationProxies\WindowsMenu.cs (4)
296WindowsTitleBar titlebar = new WindowsTitleBar(gui.hwndActive, nonClient, 0); 1091WindowsTitleBar titleBar = (WindowsTitleBar) nonClientArea.CreateNonClientChild (NonClientArea.NonClientItem.TitleBar); 1092ProxyFragment systemMenu = (ProxyFragment) titleBar.CreateTitleBarChild (WindowsTitleBar._systemMenu);