3 references to MenuParentInfo
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
84
_expandedMenus[IntPtr.Zero] = new
MenuParentInfo
(hwnd, item, type);
100
_expandedMenus[hwnd] = new
MenuParentInfo
(_parent._hwnd, _parent._item, ((MenuItem)_parent)._menuType);
114
_expandedMenus[hwnd] = new
MenuParentInfo
(_parent._hwnd, _parent._item, ((MenuItem)_parent)._menuType);