5 references to Platform
Microsoft.Maui.Controls (5)
OnPlatform.cs (5)
42
if (onPlat.
Platform
== null)
44
if (onPlat.
Platform
.Contains("Default"))
49
if (!onPlat.
Platform
.Contains(DeviceInfo.Platform.ToString()))
57
if (onPlat.
Platform
!= null && onPlat.
Platform
.Contains("UWP") && DeviceInfo.Platform == DevicePlatform.WinUI)