Implemented interface member:
property
IsMonitoring
Microsoft.Maui.Devices.Sensors.IOrientationSensor.IsMonitoring
4 writes to IsMonitoring
Microsoft.Maui.Essentials (4)
OrientationSensor\OrientationSensor.shared.cs (4)
236
IsMonitoring
= true;
245
IsMonitoring
= false;
261
IsMonitoring
= false;
269
IsMonitoring
= true;
3 references to IsMonitoring
Microsoft.Maui.Essentials (3)
OrientationSensor\OrientationSensor.shared.cs (3)
225
/// Will throw <see cref="InvalidOperationException"/> if <see cref="
IsMonitoring
"/> is <see langword="true"/>.
233
if (
IsMonitoring
)
258
if (!
IsMonitoring
)