6 references to PreferredStatusBarUpdateAnimationProperty
Microsoft.Maui.Controls (4)
PlatformConfiguration\iOSSpecific\Page.cs (4)
74 return (UIStatusBarAnimation)element.GetValue(PreferredStatusBarUpdateAnimationProperty); 85 element.SetValue(PreferredStatusBarUpdateAnimationProperty, value); 87 element.SetValue(PreferredStatusBarUpdateAnimationProperty, value); 89 element.SetValue(PreferredStatusBarUpdateAnimationProperty, value);
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\NavigationRenderer.cs (1)
475 else if (e.PropertyName == PreferredStatusBarUpdateAnimationProperty.PropertyName)
iOS\Renderers\TabbedRenderer.cs (1)
249 else if (e.PropertyName == PreferredStatusBarUpdateAnimationProperty.PropertyName)