1 write to _hmenu
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
126_hmenu = hmenu;
4 references to _hmenu
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsMenu.cs (4)
355return new int[] { 1, unchecked((int)(long)_hwnd), unchecked((int)(long)_hmenu) }; 458int i = GetHighlightedMenuItem(_hmenu); 514return new MenuItem(_hwnd, this, index, _hmenu, _type); 723return Misc.GetMenuItemCount(_hmenu);