2 writes to JumpItem
PresentationFramework (2)
System\Windows\Shell\JumpList.cs (2)
534var shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject }; 784retList.Add(new _ShellObjectPair { ShellObject = unk, JumpItem = item });
8 references to JumpItem
PresentationFramework (8)
System\Windows\Shell\JumpList.cs (8)
548if (list.Count > 0 && list[0].JumpItem.CustomCategory == jumpItem.CustomCategory) 593string categoryHeader = categoryList[0].JumpItem.CustomCategory; 664if (shellMap.JumpItem != null) 666items.Add(shellMap.JumpItem); 823successList.Add(jumpItems[i].JumpItem); 841if (itemMap.JumpItem is JumpPath) 843rejectionList.Add(new _RejectedJumpItemPair { JumpItem = itemMap.JumpItem, Reason = JumpItemRejectionReason.NoRegisteredHandler }); 863rejectionList.Add(new _RejectedJumpItemPair { JumpItem = item.JumpItem, Reason = JumpItemRejectionReason.InvalidItem });