6 references to Current
Microsoft.Maui (1)
Platform\iOS\WindowExtensions.cs (1)
140
DeviceDisplay.
Current
.MainDisplayInfo.Orientation;
Microsoft.Maui.Essentials (5)
DeviceDisplay\DeviceDisplay.shared.cs (5)
55
get =>
Current
.KeepScreenOn;
56
set =>
Current
.KeepScreenOn = value;
62
public static DisplayInfo MainDisplayInfo =>
Current
.MainDisplayInfo;
69
add =>
Current
.MainDisplayInfoChanged += value;
70
remove =>
Current
.MainDisplayInfoChanged -= value;