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