2 writes to JumpItem
PresentationFramework (2)
src\Framework\System\Windows\Shell\JumpList.cs (2)
647
var shellMap = new _ShellObjectPair {
JumpItem
= jumpItem, ShellObject = shellObject };
909
retList.Add(new _ShellObjectPair { ShellObject = unk,
JumpItem
= item });
8 references to JumpItem
PresentationFramework (8)
src\Framework\System\Windows\Shell\JumpList.cs (8)
661
if (list.Count > 0 && list[0].
JumpItem
.CustomCategory == jumpItem.CustomCategory)
706
string categoryHeader = categoryList[0].
JumpItem
.CustomCategory;
777
if (shellMap.
JumpItem
!= null)
779
items.Add(shellMap.
JumpItem
);
956
successList.Add(jumpItems[i].
JumpItem
);
974
if (itemMap.
JumpItem
is JumpPath)
976
rejectionList.Add(new _RejectedJumpItemPair { JumpItem = itemMap.
JumpItem
, Reason = JumpItemRejectionReason.NoRegisteredHandler });
996
rejectionList.Add(new _RejectedJumpItemPair { JumpItem = item.
JumpItem
, Reason = JumpItemRejectionReason.InvalidItem });