2 instantiations of _ShellObjectPair
PresentationFramework (2)
System\Windows\Shell\JumpList.cs (2)
535var shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject }; 785retList.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) 464List<List<_ShellObjectPair>> categories = null; 465List<_ShellObjectPair> removedList = null; 504categories = new List<List<_ShellObjectPair>>() { new List<_ShellObjectPair>() }; 535var shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject }; 558categories.Add(new List<_ShellObjectPair>() { shellMap }); 590foreach (List<_ShellObjectPair> categoryList in categories) 625foreach (List<_ShellObjectPair> list in categories) 627_ShellObjectPair.ReleaseShellObjects(list); 633_ShellObjectPair.ReleaseShellObjects(removedList); 662foreach (_ShellObjectPair shellMap in removedList) 678private static bool ListContainsShellObject(List<_ShellObjectPair> removedList, object shellObject) 692foreach (var shellMap in removedList) 709foreach (var shellMap in removedList) 759private static List<_ShellObjectPair> GenerateJumpItems(IObjectArray shellObjects) 763var retList = new List<_ShellObjectPair>(); 791private static void AddCategory(ICustomDestinationList cdl, string category, List<_ShellObjectPair> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList) 796private static void AddCategory(ICustomDestinationList cdl, string category, List<_ShellObjectPair> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList, bool isHeterogenous) 804foreach (var itemMap in jumpItems) 839var linksOnlyList = new List<_ShellObjectPair>(); 840foreach (var itemMap in jumpItems) 862foreach (var item in jumpItems)