9 references to _systemMenu
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\NonClientArea.cs (6)
53
menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar.
_systemMenu
);
76
menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar.
_systemMenu
);
186
return titleBar.CreateTitleBarChild(WindowsTitleBar.
_systemMenu
);
283
ProxyFragment systemMenu = (ProxyFragment)titleBar.CreateTitleBarChild(WindowsTitleBar.
_systemMenu
);
544
menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar.
_systemMenu
);
618
ProxyFragment systemMenu = (ProxyFragment)titleBar.CreateTitleBarChild(WindowsTitleBar.
_systemMenu
);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1097
ProxyFragment systemMenu = (ProxyFragment) titleBar.CreateTitleBarChild (WindowsTitleBar.
_systemMenu
);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
164
case
_systemMenu
:
210
if (!Misc.IsBitSet(ti.rgstate[i], NativeMethods.STATE_SYSTEM_INVISIBLE) || i ==
_systemMenu
)