8 references to DeviceType
Microsoft.Maui.Essentials (8)
DeviceInfo\DeviceInfo.shared.cs (2)
65
DeviceType
DeviceType { get; }
112
public static
DeviceType
DeviceType => Current.DeviceType;
DeviceInfo\DeviceInfo.uwp.cs (6)
14
DeviceType
currentType =
DeviceType
.Unknown;
92
public
DeviceType
DeviceType
96
if (currentType !=
DeviceType
.Unknown)
106
currentType = isVirtual ?
DeviceType
.Virtual :
DeviceType
.Physical;