3 instantiations of 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);
5 references to MenuParentInfo
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
140MenuParentInfo parentInfo = (MenuParentInfo)_expandedMenus[hwndMenu]; 982MenuParentInfo parentInfo = null; 987parentInfo = (MenuParentInfo) _expandedMenus [hwnd]; 1028parentInfo = (MenuParentInfo)_expandedMenus[IntPtr.Zero];