1 write to IconResourcePath
PresentationFramework (1)
System\Windows\Shell\JumpList.cs (1)
1040IconResourcePath = iconBuilder.ToString(),
3 references to IconResourcePath
PresentationFramework (3)
System\Windows\Shell\JumpList.cs (3)
918if (!string.IsNullOrEmpty(jumpTask.IconResourcePath)) 928if (jumpTask.IconResourcePath.Length >= Win32Constant.MAX_PATH) 933resourcePath = jumpTask.IconResourcePath;