1 write to _hmenu
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsMenu.cs (1)
113_hmenu = hmenu;
4 references to _hmenu
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsMenu.cs (4)
342return new int[] { 1, unchecked((int)(long)_hwnd), unchecked((int)(long)_hmenu) }; 445int i = GetHighlightedMenuItem(_hmenu); 501return new MenuItem(_hwnd, this, index, _hmenu, _type); 710return Misc.GetMenuItemCount(_hmenu);