4 references to DpiName
Microsoft.Maui.Resizetizer (4)
GenerateTizenManifest.cs (4)
145
if (icon.Attribute(
DpiName
) == null)
152
string dpiValue = icon.Attribute(
DpiName
).Value;
173
&& d.Attribute(
DpiName
)?.Value == image.Key.Resolution
181
splashscreenElement.SetAttributeValue(
DpiName
, image.Key.Resolution);