5 references to Current
Microsoft.Maui.Essentials (5)
OrientationSensor\OrientationSensor.shared.cs (5)
50
add =>
Current
.ReadingChanged += value;
51
remove =>
Current
.ReadingChanged -= value;
58
=>
Current
.IsSupported;
74
=>
Current
.Start(sensorSpeed);
80
=>
Current
.Stop();