4 references to Platform
Microsoft.Maui.Controls (4)
OnPlatform.cs (4)
40
if (onPlat.
Platform
== null)
42
if (!onPlat.
Platform
.Contains(DeviceInfo.Platform.ToString()))
50
if (onPlat.
Platform
!= null && onPlat.
Platform
.Contains("UWP") && DeviceInfo.Platform == DevicePlatform.WinUI)