2 instantiations of _ShellObjectPair
PresentationFramework (2)
System\Windows\Shell\JumpList.cs (2)
534var shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject }; 784retList.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) 463List<List<_ShellObjectPair>> categories = null; 464List<_ShellObjectPair> removedList = null; 503categories = new List<List<_ShellObjectPair>>() { new List<_ShellObjectPair>() }; 534var shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject }; 557categories.Add(new List<_ShellObjectPair>() { shellMap }); 589foreach (List<_ShellObjectPair> categoryList in categories) 624foreach (List<_ShellObjectPair> list in categories) 626_ShellObjectPair.ReleaseShellObjects(list); 632_ShellObjectPair.ReleaseShellObjects(removedList); 661foreach (_ShellObjectPair shellMap in removedList) 677private static bool ListContainsShellObject(List<_ShellObjectPair> removedList, object shellObject) 691foreach (var shellMap in removedList) 708foreach (var shellMap in removedList) 758private static List<_ShellObjectPair> GenerateJumpItems(IObjectArray shellObjects) 762var retList = new List<_ShellObjectPair>(); 790private static void AddCategory(ICustomDestinationList cdl, string category, List<_ShellObjectPair> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList) 795private static void AddCategory(ICustomDestinationList cdl, string category, List<_ShellObjectPair> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList, bool isHeterogenous) 803foreach (var itemMap in jumpItems) 838var linksOnlyList = new List<_ShellObjectPair>(); 839foreach (var itemMap in jumpItems) 861foreach (var item in jumpItems)