7 references to PlatformType
Microsoft.Maui.Resizetizer (7)
ResizetizeImages.cs (7)
42
var dpis = DpiPath.GetDpis(
PlatformType
);
47
var originalScaleDpi = DpiPath.GetOriginal(
PlatformType
);
95
if (
PlatformType
== "tizen")
169
var appIconDpis = DpiPath.GetAppIconDpis(
PlatformType
, appIconName);
174
if (
PlatformType
== "android")
186
else if (
PlatformType
== "ios")
197
else if (
PlatformType
== "uwp")