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