1 write to IconResourcePath
PresentationFramework (1)
src\Framework\System\Windows\Shell\JumpList.cs (1)
1188
IconResourcePath
= iconBuilder.ToString(),
3 references to IconResourcePath
PresentationFramework (3)
src\Framework\System\Windows\Shell\JumpList.cs (3)
1058
if (!string.IsNullOrEmpty(jumpTask.
IconResourcePath
))
1068
if (jumpTask.
IconResourcePath
.Length >= Win32Constant.MAX_PATH)
1073
resourcePath = jumpTask.
IconResourcePath
;