2 instantiations of _ShellObjectPair
PresentationFramework (2)
src\Framework\System\Windows\Shell\JumpList.cs (2)
647var shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject }; 909retList.Add(new _ShellObjectPair { ShellObject = unk, JumpItem = item });
24 references to _ShellObjectPair
PresentationFramework (24)
src\Framework\System\Windows\Shell\JumpList.cs (24)
235public static void ReleaseShellObjects(List<_ShellObjectPair> list) 239foreach (_ShellObjectPair shellMap in list) 576List<List<_ShellObjectPair>> categories = null; 577List<_ShellObjectPair> removedList = null; 616categories = new List<List<_ShellObjectPair>>() { new List<_ShellObjectPair>() }; 647var shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject }; 670categories.Add(new List<_ShellObjectPair>() { shellMap }); 702foreach (List<_ShellObjectPair> categoryList in categories) 737foreach (List<_ShellObjectPair> list in categories) 739_ShellObjectPair.ReleaseShellObjects(list); 745_ShellObjectPair.ReleaseShellObjects(removedList); 774foreach (_ShellObjectPair shellMap in removedList) 794private static bool ListContainsShellObject(List<_ShellObjectPair> removedList, object shellObject) 808foreach (var shellMap in removedList) 825foreach (var shellMap in removedList) 883private static List<_ShellObjectPair> GenerateJumpItems(IObjectArray shellObjects) 887var retList = new List<_ShellObjectPair>(); 919private static void AddCategory(ICustomDestinationList cdl, string category, List<_ShellObjectPair> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList) 928private static void AddCategory(ICustomDestinationList cdl, string category, List<_ShellObjectPair> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList, bool isHeterogenous) 936foreach (var itemMap in jumpItems) 971var linksOnlyList = new List<_ShellObjectPair>(); 972foreach (var itemMap in jumpItems) 994foreach (var item in jumpItems)