2 instantiations of _ShellObjectPair
PresentationFramework (2)
System\Windows\Shell\JumpList.cs (2)
534
var shellMap = new
_ShellObjectPair
{ JumpItem = jumpItem, ShellObject = shellObject };
784
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)
463
List<List<
_ShellObjectPair
>> categories = null;
464
List<
_ShellObjectPair
> removedList = null;
503
categories = new List<List<
_ShellObjectPair
>>() { new List<
_ShellObjectPair
>() };
534
var
shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject };
557
categories.Add(new List<
_ShellObjectPair
>() { shellMap });
589
foreach (List<
_ShellObjectPair
> categoryList in categories)
624
foreach (List<
_ShellObjectPair
> list in categories)
626
_ShellObjectPair
.ReleaseShellObjects(list);
632
_ShellObjectPair
.ReleaseShellObjects(removedList);
661
foreach (
_ShellObjectPair
shellMap in removedList)
677
private static bool ListContainsShellObject(List<
_ShellObjectPair
> removedList, object shellObject)
691
foreach (
var
shellMap in removedList)
708
foreach (
var
shellMap in removedList)
758
private static List<
_ShellObjectPair
> GenerateJumpItems(IObjectArray shellObjects)
762
var retList = new List<
_ShellObjectPair
>();
790
private static void AddCategory(ICustomDestinationList cdl, string category, List<
_ShellObjectPair
> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList)
795
private static void AddCategory(ICustomDestinationList cdl, string category, List<
_ShellObjectPair
> jumpItems, List<JumpItem> successList, List<_RejectedJumpItemPair> rejectionList, bool isHeterogenous)
803
foreach (
var
itemMap in jumpItems)
838
var linksOnlyList = new List<
_ShellObjectPair
>();
839
foreach (
var
itemMap in jumpItems)
861
foreach (
var
item in jumpItems)