3 references to DefaultPlaceholder
Microsoft.Maui.Resizetizer (3)
GeneratePackageAppxManifest.cs (3)
137
if (xelem == null || string.IsNullOrEmpty(xelem.Value) || xelem.Value ==
DefaultPlaceholder
)
202
if (attr == null || string.IsNullOrEmpty(attr.Value) || attr.Value ==
DefaultPlaceholder
)
210
if (attr == null || string.IsNullOrEmpty(attr.Value) || attr.Value ==
DefaultPlaceholder
)