1 implementation of Platform
Microsoft.Maui.Essentials (1)
DeviceInfo\DeviceInfo.netstandard.cs (1)
18 public DevicePlatform Platform => DevicePlatform.Unknown;
2 references to Platform
Microsoft.Maui.Essentials (2)
DeviceInfo\DeviceInfo.shared.cs (1)
102 public static DevicePlatform Platform => Current.Platform;
FilePicker\FilePicker.shared.cs (1)
158 public IEnumerable<string> Value => GetPlatformFileType(DeviceInfo.Current.Platform);