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