1 write to Title
PresentationFramework (1)
src\Framework\System\Windows\Shell\JumpList.cs (1)
1200task.Title = pv.GetValue() ?? "";
3 references to Title
PresentationFramework (3)
src\Framework\System\Windows\Shell\JumpList.cs (3)
1021if (string.IsNullOrEmpty(jumpTask.Title)) 1089if (!string.IsNullOrEmpty(jumpTask.Title)) 1091pv.SetValue(jumpTask.Title);