1 write to ApplicationPath
PresentationFramework (1)
System\Windows\Shell\JumpList.cs (1)
1039
ApplicationPath
= pathBuilder.ToString(),
2 references to ApplicationPath
PresentationFramework (2)
System\Windows\Shell\JumpList.cs (2)
897
if (!string.IsNullOrEmpty(jumpTask.
ApplicationPath
))
899
appPath = jumpTask.
ApplicationPath
;