1 write to _systemEnabled
Microsoft.Maui (1)
Animations\Ticker.cs (1)
32
_systemEnabled
= value;
3 references to _systemEnabled
Microsoft.Maui (3)
Animations\Ticker.cs (3)
26
return
_systemEnabled
;
30
if (
_systemEnabled
!= value)
73
if (IsRunning && !
_systemEnabled
)