Implemented interface member:
property
Ticker
Microsoft.Maui.Animations.IAnimationManager.Ticker
1 write to Ticker
Microsoft.Maui (1)
Animations\AnimationManager.cs (1)
21
Ticker
= ticker;
7 references to Ticker
Microsoft.Maui (7)
Animations\AnimationManager.cs (7)
22
Ticker
.Fire = OnFire;
38
if (!
Ticker
.SystemEnabled)
45
if (!
Ticker
.IsRunning && AutoStartTicker)
61
Ticker
.Start();
65
Ticker
?.Stop();
72
if (!
Ticker
.SystemEnabled)
116
if (disposing &&
Ticker
is IDisposable disposable)