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