3 references to GetShellItemForPath
PresentationFramework (3)
src\Framework\Microsoft\Win32\FileDialog.cs (2)
2049
IShellItem initialDirectory = ShellUtil.
GetShellItemForPath
(InitialDirectory);
2207
return ShellUtil.
GetShellItemForPath
(ShellUtil.GetPathForKnownFolder(customPlace.KnownFolder) ?? customPlace.Path);
src\Framework\System\Windows\Shell\JumpList.cs (1)
1138
return ShellUtil.
GetShellItemForPath
(Path.GetFullPath(jumpPath.Path));