2 implementations of IBarometer
Microsoft.Maui.Essentials (2)
Barometer\Barometer.netstandard.tvos.macos.cs (1)
6 partial class BarometerImplementation : IBarometer
Barometer\Barometer.shared.cs (1)
173 partial class BarometerImplementation : IBarometer
5 references to IBarometer
Microsoft.Maui.Essentials (5)
Barometer\Barometer.shared.cs (4)
81 static IBarometer? defaultImplementation; 86 public static IBarometer Default => 89 internal static void SetDefault(IBarometer? implementation) => 94 /// Contains the current pressure information from the <see cref="IBarometer.ReadingChanged"/> event.
Magnetometer\Magnetometer.shared.cs (1)
98 /// Contains the current pressure information from the <see cref="IBarometer.ReadingChanged"/> event.