17 references to Element
Microsoft.Maui.Controls (17)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (17)
72 IPageController PageController => Element as IPageController; 74 NavigationPage NavPage => Element as NavigationPage; 173 if (!_appeared || Element == null) 202 (Element as IView).Arrange(View.Bounds.ToRectangle()); 242 Element.PropertyChanged += HandlePropertyChanged; 408 var page = Element as Page; 412 if (flyoutDetail != null && parentPages.Append((Page)Element).Contains(flyoutDetail.Detail)) 539 View.InvalidateMeasure(Element); 544 if (Element == null) 552 if (Element == null) 607 PageUIStatusBarAnimation animation = PlatformConfiguration.iOSSpecific.Page.PreferredStatusBarUpdateAnimation(((Page)Element).OnThisPlatform()); 719 var color = Element.BackgroundColor == null ? Maui.Platform.ColorExtensions.BackgroundColor : Element.BackgroundColor.ToPlatform(); 926 if (Element.Navigation.NavigationStack.Contains(pageBeingRemoved)) 1146 if (r.Element is NavigationPage np && !_finishedWithInitialNavigation) 1785 IView IViewHandler.VirtualView => Element; 1789 Maui.IElement IElementHandler.VirtualView => Element;