2 instantiations of _ShellObjectPair
PresentationFramework (2)
System\Windows\Shell\JumpList.cs (2)
538var shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject }; 788retList.Add(new _ShellObjectPair { ShellObject = unk, JumpItem = item });
24 references to _ShellObjectPair
PresentationFramework (24)
System\Windows\Shell\JumpList.cs (24)
194public static void ReleaseShellObjects(List<_ShellObjectPair> list) 198foreach (_ShellObjectPair shellMap in list) 467List<List<_ShellObjectPair>> categories = null; 468List<_ShellObjectPair> removedList = null; 507categories = new List<List<_ShellObjectPair>>() { new List<_ShellObjectPair>() }; 538var shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject }; 561categories.Add(new List<_ShellObjectPair>() { shellMap }); 593foreach (List<_ShellObjectPair> categoryList in categories) 628foreach (List<_ShellObjectPair> list in categories) 630_ShellObjectPair.ReleaseShellObjects(list); 636_ShellObjectPair.ReleaseShellObjects(removedList); 665foreach (_ShellObjectPair shellMap in removedList) 681private static bool ListContainsShellObject(List<_ShellObjectPair> removedList, object shellObject) 695foreach (var shellMap in removedList) 712foreach (var shellMap in removedList) 762private static List<_ShellObjectPair> GenerateJumpItems(IObjectArray shellObjects) 766var retList = new List<_ShellObjectPair>(); 794private static void AddCategory(ICustomDestinationList cdl, string category, List<_ShellObjectPair> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList) 799private static void AddCategory(ICustomDestinationList cdl, string category, List<_ShellObjectPair> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList, bool isHeterogenous) 807foreach (var itemMap in jumpItems) 842var linksOnlyList = new List<_ShellObjectPair>(); 843foreach (var itemMap in jumpItems) 865foreach (var item in jumpItems)