9 references to _systemMenu
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\NonClientArea.cs (6)
48
menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar.
_systemMenu
);
68
menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar.
_systemMenu
);
175
return titleBar.CreateTitleBarChild(WindowsTitleBar.
_systemMenu
);
272
ProxyFragment systemMenu = (ProxyFragment)titleBar.CreateTitleBarChild(WindowsTitleBar.
_systemMenu
);
533
menuProxy = (ProxyHwnd)titleBar.CreateTitleBarChild(WindowsTitleBar.
_systemMenu
);
607
ProxyFragment systemMenu = (ProxyFragment)titleBar.CreateTitleBarChild(WindowsTitleBar.
_systemMenu
);
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
1091
ProxyFragment systemMenu = (ProxyFragment) titleBar.CreateTitleBarChild (WindowsTitleBar.
_systemMenu
);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
159
case
_systemMenu
:
205
if (!Misc.IsBitSet(ti.rgstate[i], NativeMethods.STATE_SYSTEM_INVISIBLE) || i ==
_systemMenu
)