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