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