private static IShellItem ResolveCustomPlace(FileDialogCustomPlace customPlace) { return(ShellUtil.GetShellItemForPath(ShellUtil.GetPathForKnownFolder(customPlace.KnownFolder) ?? customPlace.Path)); }