4 references to PreferredStatusBarUpdateAnimation
Microsoft.Maui.Controls.Compatibility (4)
iOS\Renderers\NavigationRenderer.cs (1)
551
PageUIStatusBarAnimation animation = PlatformConfiguration.iOSSpecific.Page.
PreferredStatusBarUpdateAnimation
(((Page)Element).OnThisPlatform());
iOS\Renderers\PageRenderer.cs (2)
308
var animation = Page.OnThisPlatform().
PreferredStatusBarUpdateAnimation
();
431
var animation = Page.OnThisPlatform().
PreferredStatusBarUpdateAnimation
();
iOS\Renderers\TabbedRenderer.cs (1)
271
PageUIStatusBarAnimation animation = ((Page)Element).OnThisPlatform().
PreferredStatusBarUpdateAnimation
();