1 write to Title
PresentationFramework (1)
System\Windows\Shell\JumpList.cs (1)
1052
task.
Title
= pv.GetValue() ?? "";
3 references to Title
PresentationFramework (3)
System\Windows\Shell\JumpList.cs (3)
881
if (string.IsNullOrEmpty(jumpTask.
Title
))
949
if (!string.IsNullOrEmpty(jumpTask.
Title
))
951
pv.SetValue(jumpTask.
Title
);