5 references to CreateSystemMenu
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
313return CreateSystemMenu(gui.hwndActive, titlebar); 997menu = CreateSystemMenu (parentInfo._hwndParent, null); 1033menu = CreateSystemMenu(parentInfo._hwndParent, null);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
145WindowsMenu sysmenu = WindowsMenu.CreateSystemMenu(_hwnd, this); 173return WindowsMenu.CreateSystemMenu (_hwnd, this);