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