1 implementation of Platform
Microsoft.Maui.Essentials (1)
DeviceInfo\DeviceInfo.uwp.cs (1)
61
public DevicePlatform
Platform
=> DevicePlatform.WinUI;
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
);