5 writes to currentIdiom
Microsoft.Maui.Essentials (5)
DeviceInfo\DeviceInfo.uwp.cs (5)
23 currentIdiom = DeviceIdiom.Unknown; 70 currentIdiom = DeviceIdiom.Phone; 74 currentIdiom = GetIsInTabletMode() 80 currentIdiom = DeviceIdiom.TV; 84 currentIdiom = DeviceIdiom.Unknown;
1 reference to currentIdiom
Microsoft.Maui.Essentials (1)
DeviceInfo\DeviceInfo.uwp.cs (1)
88 return currentIdiom;