3 writes to ShellObject
PresentationFramework (3)
System\Windows\Shell\JumpList.cs (3)
210shellMap.ShellObject = null; 547var shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject }; 797retList.Add(new _ShellObjectPair { ShellObject = unk, JumpItem = item });
4 references to ShellObject
PresentationFramework (4)
System\Windows\Shell\JumpList.cs (4)
209object o = shellMap.ShellObject; 706var removedItem = shellMap.ShellObject as IShellItem; 723var removedLink = shellMap.ShellObject as IShellLinkW; 818shellObjectCollection.AddObject(itemMap.ShellObject);