9 references to _systemMenu
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\NonClientArea.cs (6)
49menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 69menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 176return titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 273ProxyFragment systemMenu = (ProxyFragment)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 534menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 608ProxyFragment systemMenu = (ProxyFragment)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1092ProxyFragment systemMenu = (ProxyFragment) titleBar.CreateTitleBarChild (WindowsTitleBar._systemMenu);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
160case _systemMenu: 206if (!Misc.IsBitSet(ti.rgstate[i], NativeMethods.STATE_SYSTEM_INVISIBLE) || i == _systemMenu)