2 instantiations of _ShellObjectPair
PresentationFramework (2)
System\Windows\Shell\JumpList.cs (2)
547var shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject }; 797retList.Add(new _ShellObjectPair { ShellObject = unk, JumpItem = item });
24 references to _ShellObjectPair
PresentationFramework (24)
System\Windows\Shell\JumpList.cs (24)
203public static void ReleaseShellObjects(List<_ShellObjectPair> list) 207foreach (_ShellObjectPair shellMap in list) 476List<List<_ShellObjectPair>> categories = null; 477List<_ShellObjectPair> removedList = null; 516categories = new List<List<_ShellObjectPair>>() { new List<_ShellObjectPair>() }; 547var shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject }; 570categories.Add(new List<_ShellObjectPair>() { shellMap }); 602foreach (List<_ShellObjectPair> categoryList in categories) 637foreach (List<_ShellObjectPair> list in categories) 639_ShellObjectPair.ReleaseShellObjects(list); 645_ShellObjectPair.ReleaseShellObjects(removedList); 674foreach (_ShellObjectPair shellMap in removedList) 690private static bool ListContainsShellObject(List<_ShellObjectPair> removedList, object shellObject) 704foreach (var shellMap in removedList) 721foreach (var shellMap in removedList) 771private static List<_ShellObjectPair> GenerateJumpItems(IObjectArray shellObjects) 775var retList = new List<_ShellObjectPair>(); 803private static void AddCategory(ICustomDestinationList cdl, string category, List<_ShellObjectPair> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList) 808private static void AddCategory(ICustomDestinationList cdl, string category, List<_ShellObjectPair> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList, bool isHeterogenous) 816foreach (var itemMap in jumpItems) 851var linksOnlyList = new List<_ShellObjectPair>(); 852foreach (var itemMap in jumpItems) 874foreach (var item in jumpItems)