6 references to ShellUtil
PresentationFramework (6)
Microsoft\Win32\CommonItemDialog.cs (5)
379
IShellItem defaultDirectory =
ShellUtil
.GetShellItemForPath(DefaultDirectory);
388
IShellItem initialDirectory =
ShellUtil
.GetShellItemForPath(InitialDirectory);
402
IShellItem rootDirectory =
ShellUtil
.GetShellItemForPath(RootDirectory);
640
return
ShellUtil
.GetShellItemForPath(
ShellUtil
.GetPathForKnownFolder(customPlace.KnownFolder) ?? customPlace.Path);
System\Windows\Shell\JumpList.cs (1)
997
return
ShellUtil
.GetShellItemForPath(Path.GetFullPath(jumpPath.Path));