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