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