2 instantiations of _ShellObjectPair
PresentationFramework (2)
System\Windows\Shell\JumpList.cs (2)
531var shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject }; 781retList.Add(new _ShellObjectPair { ShellObject = unk, JumpItem = item });
24 references to _ShellObjectPair
PresentationFramework (24)
System\Windows\Shell\JumpList.cs (24)
193public static void ReleaseShellObjects(List<_ShellObjectPair> list) 197foreach (_ShellObjectPair shellMap in list) 460List<List<_ShellObjectPair>> categories = null; 461List<_ShellObjectPair> removedList = null; 500categories = new List<List<_ShellObjectPair>>() { new List<_ShellObjectPair>() }; 531var shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject }; 554categories.Add(new List<_ShellObjectPair>() { shellMap }); 586foreach (List<_ShellObjectPair> categoryList in categories) 621foreach (List<_ShellObjectPair> list in categories) 623_ShellObjectPair.ReleaseShellObjects(list); 629_ShellObjectPair.ReleaseShellObjects(removedList); 658foreach (_ShellObjectPair shellMap in removedList) 674private static bool ListContainsShellObject(List<_ShellObjectPair> removedList, object shellObject) 688foreach (var shellMap in removedList) 705foreach (var shellMap in removedList) 755private static List<_ShellObjectPair> GenerateJumpItems(IObjectArray shellObjects) 759var retList = new List<_ShellObjectPair>(); 787private static void AddCategory(ICustomDestinationList cdl, string category, List<_ShellObjectPair> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList) 792private static void AddCategory(ICustomDestinationList cdl, string category, List<_ShellObjectPair> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList, bool isHeterogenous) 800foreach (var itemMap in jumpItems) 835var linksOnlyList = new List<_ShellObjectPair>(); 836foreach (var itemMap in jumpItems) 858foreach (var item in jumpItems)