3 writes to ShellObject
PresentationFramework (3)
System\Windows\Shell\JumpList.cs (3)
200shellMap.ShellObject = null; 534var shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject }; 784retList.Add(new _ShellObjectPair { ShellObject = unk, JumpItem = item });
4 references to ShellObject
PresentationFramework (4)
System\Windows\Shell\JumpList.cs (4)
199object o = shellMap.ShellObject; 693var removedItem = shellMap.ShellObject as IShellItem; 710var removedLink = shellMap.ShellObject as IShellLinkW; 805shellObjectCollection.AddObject(itemMap.ShellObject);