1 write to IconResourcePath
PresentationFramework (1)
System\Windows\Shell\JumpList.cs (1)
1043
IconResourcePath
= iconBuilder.ToString(),
3 references to IconResourcePath
PresentationFramework (3)
System\Windows\Shell\JumpList.cs (3)
921
if (!string.IsNullOrEmpty(jumpTask.
IconResourcePath
))
931
if (jumpTask.
IconResourcePath
.Length >= Win32Constant.MAX_PATH)
936
resourcePath = jumpTask.
IconResourcePath
;