Implemented interface member:
method
On<T>
Microsoft.Maui.Controls.IElementConfiguration<TElement>.On<T>()
8 references to On
Microsoft.Maui.Controls (8)
Page\Page.cs (8)
210 bool ISafeAreaView.IgnoreSafeArea => !On<PlatformConfiguration.iOS>().UsingSafeArea(); 219 return page.On<PlatformConfiguration.iOS>().PrefersHomeIndicatorAutoHidden(); 221 return On<PlatformConfiguration.iOS>().PrefersHomeIndicatorAutoHidden(); 231 return (int)page.On<PlatformConfiguration.iOS>().PrefersStatusBarHidden(); 233 return (int)On<PlatformConfiguration.iOS>().PrefersStatusBarHidden(); 243 return (int)page.On<PlatformConfiguration.iOS>().PreferredStatusBarUpdateAnimation(); 245 return (int)On<PlatformConfiguration.iOS>().PreferredStatusBarUpdateAnimation(); 255 On<PlatformConfiguration.iOS>().SetSafeAreaInsets(value);