1 write to WorkingDirectory
PresentationFramework (1)
System\Windows\Shell\JumpList.cs (1)
1041WorkingDirectory = dirBuilder.ToString(),
2 references to WorkingDirectory
PresentationFramework (2)
System\Windows\Shell\JumpList.cs (2)
902if (!string.IsNullOrEmpty(jumpTask.WorkingDirectory)) 906link.SetWorkingDirectory(jumpTask.WorkingDirectory);