7 references to PngPlaceholder
Microsoft.Maui.Resizetizer (7)
GeneratePackageAppxManifest.cs (7)
146 if (xelem == null || string.IsNullOrEmpty(xelem.Value) || xelem.Value == PngPlaceholder) 229 if (attr == null || string.IsNullOrEmpty(attr.Value) || attr.Value == PngPlaceholder) 241 if (attr == null || string.IsNullOrEmpty(attr.Value) || attr.Value == PngPlaceholder) 265 if (attr == null || string.IsNullOrEmpty(attr.Value) || attr.Value == PngPlaceholder) 277 if (attr == null || string.IsNullOrEmpty(attr.Value) || attr.Value == PngPlaceholder) 289 if (attr == null || string.IsNullOrEmpty(attr.Value) || attr.Value == PngPlaceholder) 339 if (attr == null || string.IsNullOrEmpty(attr.Value) || attr.Value == PngPlaceholder)