Implemented interface member:
property
Element
Microsoft.Maui.Controls.Compatibility.Platform.iOS.IVisualElementRenderer.Element
1 write to Element
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\NavigationRenderer.cs (1)
78
Element
= element;
17 references to Element
Microsoft.Maui.Controls.Compatibility (17)
iOS\Renderers\NavigationRenderer.cs (17)
56
IPageController PageController =>
Element
as IPageController;
58
NavigationPage NavPage =>
Element
as NavigationPage;
77
var oldElement =
Element
;
90
Element
.Layout(new Rect(
Element
.X,
Element
.Y, size.Width, size.Height));
166
if (!_appeared ||
Element
== null)
192
var modelSize = _queuedSize.IsZero ?
Element
.Bounds.Size : _queuedSize;
198
Element
.Layout(new Rect(
Element
.X,
Element
.Y, _queuedSize.Width, _queuedSize.Height));
251
Element
.PropertyChanged += HandlePropertyChanged;
410
var page =
Element
as Page;
414
if (flyoutDetail != null && parentPages.Append((Page)
Element
).Contains(flyoutDetail.Detail))
551
PageUIStatusBarAnimation animation = PlatformConfiguration.iOSSpecific.Page.PreferredStatusBarUpdateAnimation(((Page)
Element
).OnThisPlatform());
666
var color =
Element
.BackgroundColor ?? Maui.Platform.ColorExtensions.BackgroundColor.ToColor();
818
if (
Element
.Navigation.NavigationStack.Contains(pageBeingRemoved))