1 implementation of SystemEnabled
Microsoft.Maui (1)
Animations\Ticker.cs (1)
22 public virtual bool SystemEnabled
5 references to SystemEnabled
Microsoft.Maui (2)
Animations\AnimationManager.cs (2)
38 if (!Ticker.SystemEnabled) 72 if (!Ticker.SystemEnabled)
Microsoft.Maui.Controls (3)
Animation.cs (1)
167 return animationManger?.Ticker?.SystemEnabled ?? false;
AnimationExtensions.cs (1)
340 var animationsEnabled = info.AnimationManager.Ticker.SystemEnabled;
Tweener.cs (1)
162 if (!_animationManager.Ticker.SystemEnabled)