2 instantiations of _ShellObjectPair
PresentationFramework (2)
System\Windows\Shell\JumpList.cs (2)
538
var shellMap = new
_ShellObjectPair
{ JumpItem = jumpItem, ShellObject = shellObject };
788
retList.Add(new
_ShellObjectPair
{ ShellObject = unk, JumpItem = item });
24 references to _ShellObjectPair
PresentationFramework (24)
System\Windows\Shell\JumpList.cs (24)
194
public static void ReleaseShellObjects(List<
_ShellObjectPair
> list)
198
foreach (
_ShellObjectPair
shellMap in list)
467
List<List<
_ShellObjectPair
>> categories = null;
468
List<
_ShellObjectPair
> removedList = null;
507
categories = new List<List<
_ShellObjectPair
>>() { new List<
_ShellObjectPair
>() };
538
var
shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject };
561
categories.Add(new List<
_ShellObjectPair
>() { shellMap });
593
foreach (List<
_ShellObjectPair
> categoryList in categories)
628
foreach (List<
_ShellObjectPair
> list in categories)
630
_ShellObjectPair
.ReleaseShellObjects(list);
636
_ShellObjectPair
.ReleaseShellObjects(removedList);
665
foreach (
_ShellObjectPair
shellMap in removedList)
681
private static bool ListContainsShellObject(List<
_ShellObjectPair
> removedList, object shellObject)
695
foreach (
var
shellMap in removedList)
712
foreach (
var
shellMap in removedList)
762
private static List<
_ShellObjectPair
> GenerateJumpItems(IObjectArray shellObjects)
766
var retList = new List<
_ShellObjectPair
>();
794
private static void AddCategory(ICustomDestinationList cdl, string category, List<
_ShellObjectPair
> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList)
799
private static void AddCategory(ICustomDestinationList cdl, string category, List<
_ShellObjectPair
> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList, bool isHeterogenous)
807
foreach (
var
itemMap in jumpItems)
842
var linksOnlyList = new List<
_ShellObjectPair
>();
843
foreach (
var
itemMap in jumpItems)
865
foreach (
var
item in jumpItems)