2 instantiations of _ShellObjectPair
PresentationFramework (2)
System\Windows\Shell\JumpList.cs (2)
535
var shellMap = new
_ShellObjectPair
{ JumpItem = jumpItem, ShellObject = shellObject };
785
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)
464
List<List<
_ShellObjectPair
>> categories = null;
465
List<
_ShellObjectPair
> removedList = null;
504
categories = new List<List<
_ShellObjectPair
>>() { new List<
_ShellObjectPair
>() };
535
var
shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject };
558
categories.Add(new List<
_ShellObjectPair
>() { shellMap });
590
foreach (List<
_ShellObjectPair
> categoryList in categories)
625
foreach (List<
_ShellObjectPair
> list in categories)
627
_ShellObjectPair
.ReleaseShellObjects(list);
633
_ShellObjectPair
.ReleaseShellObjects(removedList);
662
foreach (
_ShellObjectPair
shellMap in removedList)
678
private static bool ListContainsShellObject(List<
_ShellObjectPair
> removedList, object shellObject)
692
foreach (
var
shellMap in removedList)
709
foreach (
var
shellMap in removedList)
759
private static List<
_ShellObjectPair
> GenerateJumpItems(IObjectArray shellObjects)
763
var retList = new List<
_ShellObjectPair
>();
791
private static void AddCategory(ICustomDestinationList cdl, string category, List<
_ShellObjectPair
> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList)
796
private static void AddCategory(ICustomDestinationList cdl, string category, List<
_ShellObjectPair
> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList, bool isHeterogenous)
804
foreach (
var
itemMap in jumpItems)
839
var linksOnlyList = new List<
_ShellObjectPair
>();
840
foreach (
var
itemMap in jumpItems)
862
foreach (
var
item in jumpItems)