6 references to ShellUtil
PresentationFramework (6)
Microsoft\Win32\CommonItemDialog.cs (5)
390IShellItem defaultDirectory = ShellUtil.GetShellItemForPath(DefaultDirectory); 399IShellItem initialDirectory = ShellUtil.GetShellItemForPath(InitialDirectory); 413IShellItem rootDirectory = ShellUtil.GetShellItemForPath(RootDirectory); 651return ShellUtil.GetShellItemForPath(ShellUtil.GetPathForKnownFolder(customPlace.KnownFolder) ?? customPlace.Path);
System\Windows\Shell\JumpList.cs (1)
1006return ShellUtil.GetShellItemForPath(Path.GetFullPath(jumpPath.Path));