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