2 writes to JumpItem
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 });
8 references to JumpItem
PresentationFramework (8)
System\Windows\Shell\JumpList.cs (8)
549
if (list.Count > 0 && list[0].
JumpItem
.CustomCategory == jumpItem.CustomCategory)
594
string categoryHeader = categoryList[0].
JumpItem
.CustomCategory;
665
if (shellMap.
JumpItem
!= null)
667
items.Add(shellMap.
JumpItem
);
824
successList.Add(jumpItems[i].
JumpItem
);
842
if (itemMap.
JumpItem
is JumpPath)
844
rejectionList.Add(new _RejectedJumpItemPair { JumpItem = itemMap.
JumpItem
, Reason = JumpItemRejectionReason.NoRegisteredHandler });
864
rejectionList.Add(new _RejectedJumpItemPair { JumpItem = item.
JumpItem
, Reason = JumpItemRejectionReason.InvalidItem });