2 implementations of IOrientationSensor
Microsoft.Maui.Essentials (2)
OrientationSensor\OrientationSensor.netstandard.tvos.macos.cs (1)
5 partial class OrientationSensorImplementation : IOrientationSensor
OrientationSensor\OrientationSensor.shared.cs (1)
198 public partial class OrientationSensorImplementation : IOrientationSensor
6 references to IOrientationSensor
Microsoft.Maui.Essentials (6)
OrientationSensor\OrientationSensor.shared.cs (6)
82 static IOrientationSensor Current => Devices.Sensors.OrientationSensor.Default; 84 static IOrientationSensor? defaultImplementation; 89 public static IOrientationSensor Default => 92 internal static void SetDefault(IOrientationSensor? implementation) => 97 /// Contains the current orientation sensor information from the <see cref="IOrientationSensor.ReadingChanged"/> event. 196 /// Concrete implementation of the <see cref="IOrientationSensor"/> APIs.