1 write to Title
PresentationFramework (1)
System\Windows\Shell\JumpList.cs (1)
1055task.Title = pv.GetValue() ?? "";
3 references to Title
PresentationFramework (3)
System\Windows\Shell\JumpList.cs (3)
884if (string.IsNullOrEmpty(jumpTask.Title)) 952if (!string.IsNullOrEmpty(jumpTask.Title)) 954pv.SetValue(jumpTask.Title);