2 instantiations of _ShellObjectPair
PresentationFramework (2)
System\Windows\Shell\JumpList.cs (2)
531
var shellMap = new
_ShellObjectPair
{ JumpItem = jumpItem, ShellObject = shellObject };
781
retList.Add(new
_ShellObjectPair
{ ShellObject = unk, JumpItem = item });
24 references to _ShellObjectPair
PresentationFramework (24)
System\Windows\Shell\JumpList.cs (24)
193
public static void ReleaseShellObjects(List<
_ShellObjectPair
> list)
197
foreach (
_ShellObjectPair
shellMap in list)
460
List<List<
_ShellObjectPair
>> categories = null;
461
List<
_ShellObjectPair
> removedList = null;
500
categories = new List<List<
_ShellObjectPair
>>() { new List<
_ShellObjectPair
>() };
531
var
shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject };
554
categories.Add(new List<
_ShellObjectPair
>() { shellMap });
586
foreach (List<
_ShellObjectPair
> categoryList in categories)
621
foreach (List<
_ShellObjectPair
> list in categories)
623
_ShellObjectPair
.ReleaseShellObjects(list);
629
_ShellObjectPair
.ReleaseShellObjects(removedList);
658
foreach (
_ShellObjectPair
shellMap in removedList)
674
private static bool ListContainsShellObject(List<
_ShellObjectPair
> removedList, object shellObject)
688
foreach (
var
shellMap in removedList)
705
foreach (
var
shellMap in removedList)
755
private static List<
_ShellObjectPair
> GenerateJumpItems(IObjectArray shellObjects)
759
var retList = new List<
_ShellObjectPair
>();
787
private static void AddCategory(ICustomDestinationList cdl, string category, List<
_ShellObjectPair
> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList)
792
private static void AddCategory(ICustomDestinationList cdl, string category, List<
_ShellObjectPair
> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList, bool isHeterogenous)
800
foreach (
var
itemMap in jumpItems)
835
var linksOnlyList = new List<
_ShellObjectPair
>();
836
foreach (
var
itemMap in jumpItems)
858
foreach (
var
item in jumpItems)