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