5 references to CreateSystemMenu
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
300return CreateSystemMenu(gui.hwndActive, titlebar); 983menu = CreateSystemMenu (parentInfo._hwndParent, null); 1018menu = CreateSystemMenu(parentInfo._hwndParent, null);
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
133WindowsMenu sysmenu = WindowsMenu.CreateSystemMenu(_hwnd, this); 161return WindowsMenu.CreateSystemMenu (_hwnd, this);