5 references to IShellItem2
PresentationFramework (5)
MS\Internal\AppModel\ShellProvider.cs (2)
958
public static
IShellItem2
GetShellItemForPath(string path)
980
return (
IShellItem2
)unk;
System\Windows\Shell\JumpList.cs (3)
999
private static
IShellItem2
CreateItemFromJumpPath(JumpPath jumpPath)
1018
var
shellItem = shellObject as
IShellItem2
;