2 writes to Path
Microsoft.Maui.Resizetizer (2)
DpiPath.cs (2)
18 Path = path; 379 r.Path = r.Path.Replace("{name}", appIconName);
8 references to Path
Microsoft.Maui.Resizetizer (8)
AndroidAdaptiveIconGenerator.cs (2)
66 var dir = Path.Combine(fullIntermediateOutputPath.FullName, dpi.Path); 110 var dir = Path.Combine(fullIntermediateOutputPath.FullName, dpi.Path);
DpiPath.cs (2)
378 if (!string.IsNullOrEmpty(r.Path)) 379 r.Path = r.Path.Replace("{name}", appIconName);
GenerateTizenManifest.cs (1)
147 var defaultDpi = DpiPath.Tizen.AppIcon.Where(n => n.Path.EndsWith(IconDefaultDpiType)).FirstOrDefault();
Resizer.cs (1)
48 var destination = Path.Combine(dpi.Path, info.OutputName + (includeScale ? dpi.FileSuffix : dpi.NameSuffix) + info.OutputExtension);
ResizetizeImages.cs (1)
115 attr.Add("_ResizetizerDpiPath", img.Dpi.Path);
TizenSplashUpdater.cs (1)
46 var resolution = dpi.Path.Split('-')[1].ToLowerInvariant();