3 writes to ShellObject
PresentationFramework (3)
src\Framework\System\Windows\Shell\JumpList.cs (3)
242shellMap.ShellObject = null; 647var shellMap = new _ShellObjectPair { JumpItem = jumpItem, ShellObject = shellObject }; 909retList.Add(new _ShellObjectPair { ShellObject = unk, JumpItem = item });
4 references to ShellObject
PresentationFramework (4)
src\Framework\System\Windows\Shell\JumpList.cs (4)
241object o = shellMap.ShellObject; 810var removedItem = shellMap.ShellObject as IShellItem; 827var removedLink = shellMap.ShellObject as IShellLinkW; 938shellObjectCollection.AddObject(itemMap.ShellObject);