3 writes to ShellObject
PresentationFramework (3)
System\Windows\Shell\JumpList.cs (3)
201shellMap.ShellObject = null; 535var shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject }; 785retList.Add(new _ShellObjectPair { ShellObject = unk, JumpItem = item });
4 references to ShellObject
PresentationFramework (4)
System\Windows\Shell\JumpList.cs (4)
200object o = shellMap.ShellObject; 694var removedItem = shellMap.ShellObject as IShellItem; 711var removedLink = shellMap.ShellObject as IShellLinkW; 806shellObjectCollection.AddObject(itemMap.ShellObject);