9 references to _systemMenu
UIAutomationClientsideProviders (9)
MS\Internal\AutomationProxies\NonClientArea.cs (6)
50menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 73menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 183return titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 280ProxyFragment systemMenu = (ProxyFragment)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 541menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu); 615ProxyFragment systemMenu = (ProxyFragment)titleBar.CreateTitleBarChild(WindowsTitleBar._systemMenu);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1110ProxyFragment systemMenu = (ProxyFragment) titleBar.CreateTitleBarChild (WindowsTitleBar._systemMenu);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
172case _systemMenu: 218if (!Misc.IsBitSet(ti.rgstate[i], NativeMethods.STATE_SYSTEM_INVISIBLE) || i == _systemMenu)