3 instantiations of MenuParentInfo
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsMenu.cs (3)
71_expandedMenus[IntPtr.Zero] = new MenuParentInfo(hwnd, item, type); 87_expandedMenus[hwnd] = new MenuParentInfo(_parent._hwnd, _parent._item, ((MenuItem)_parent)._menuType); 101_expandedMenus[hwnd] = new MenuParentInfo(_parent._hwnd, _parent._item, ((MenuItem)_parent)._menuType);
5 references to MenuParentInfo
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsMenu.cs (5)
127MenuParentInfo parentInfo = (MenuParentInfo)_expandedMenus[hwndMenu]; 968MenuParentInfo parentInfo = null; 973parentInfo = (MenuParentInfo) _expandedMenus [hwnd]; 1013parentInfo = (MenuParentInfo)_expandedMenus[IntPtr.Zero];