6 references to AutoRotationState
Microsoft.Maui.Essentials (6)
DeviceInfo\DeviceInfo.uwp.cs (6)
139
static extern bool GetAutoRotationState(ref
AutoRotationState
pState);
161
AutoRotationState
rotationState =
AutoRotationState
.AR_ENABLED;
165
if (success && (rotationState & (
AutoRotationState
.AR_NOT_SUPPORTED |
AutoRotationState
.AR_LAPTOP |
AutoRotationState
.AR_NOSENSOR)) != 0)