17 references to Element
Microsoft.Maui.Controls (17)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (17)
70 IPageController PageController => Element as IPageController; 72 NavigationPage NavPage => Element as NavigationPage; 171 if (!_appeared || Element == null) 200 (Element as IView).Arrange(View.Bounds.ToRectangle()); 240 Element.PropertyChanged += HandlePropertyChanged; 400 var page = Element as Page; 404 if (flyoutDetail != null && parentPages.Append((Page)Element).Contains(flyoutDetail.Detail)) 531 View.InvalidateMeasure(Element); 536 if (Element == null) 544 if (Element == null) 599 PageUIStatusBarAnimation animation = PlatformConfiguration.iOSSpecific.Page.PreferredStatusBarUpdateAnimation(((Page)Element).OnThisPlatform()); 711 var color = Element.BackgroundColor == null ? Maui.Platform.ColorExtensions.BackgroundColor : Element.BackgroundColor.ToPlatform(); 896 if (Element.Navigation.NavigationStack.Contains(pageBeingRemoved)) 1114 if (r.Element is NavigationPage np && !_finishedWithInitialNavigation) 1748 IView IViewHandler.VirtualView => Element; 1752 Maui.IElement IElementHandler.VirtualView => Element;