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