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