5 references to CreateSystemMenu
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
296return CreateSystemMenu(gui.hwndActive, titlebar); 979menu = CreateSystemMenu (parentInfo._hwndParent, null); 1014menu = CreateSystemMenu(parentInfo._hwndParent, null);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
132WindowsMenu sysmenu = WindowsMenu.CreateSystemMenu(_hwnd, this); 160return WindowsMenu.CreateSystemMenu (_hwnd, this);