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