5 references to IShellItem2
PresentationFramework (5)
src\Framework\MS\Internal\AppModel\ShellProvider.cs (2)
1006
public static
IShellItem2
GetShellItemForPath(string path)
1028
return (
IShellItem2
)unk;
src\Framework\System\Windows\Shell\JumpList.cs (3)
1131
private static
IShellItem2
CreateItemFromJumpPath(JumpPath jumpPath)
1154
var
shellItem = shellObject as
IShellItem2
;