4 references to ShellUtil
PresentationFramework (4)
src\Framework\Microsoft\Win32\FileDialog.cs (3)
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));