Implemented interface member:
property
Element
Microsoft.Maui.Controls.Compatibility.Platform.iOS.IVisualElementRenderer.Element
2 writes to Element
Microsoft.Maui.Controls.Compatibility (2)
iOS\Renderers\TabletFlyoutPageRenderer.cs (2)
168
Element
= null;
212
Element
= element;
19 references to Element
Microsoft.Maui.Controls.Compatibility (19)
iOS\Renderers\TabletFlyoutPageRenderer.cs (19)
135
Page PageController =>
Element
as Page;
136
Element ElementController =>
Element
as Element;
139
protected FlyoutPage FlyoutPage => _flyoutPage ?? (_flyoutPage = (FlyoutPage)
Element
);
158
if (
Element
!= null)
161
Element
.PropertyChanged -= HandlePropertyChanged;
211
var oldElement =
Element
;
232
Element
.Layout(new Rect(
Element
.X,
Element
.Width, size.Width, size.Height));
331
FlyoutPage flyoutDetailPage = _flyoutPage ??
Element
as FlyoutPage;
385
if (((FlyoutPage)
Element
).Detail != null)
386
return (UIViewController)Platform.GetRenderer(((FlyoutPage)
Element
).Detail);
395
if (((FlyoutPage)
Element
).Detail != null)
396
return (UIViewController)Platform.GetRenderer(((FlyoutPage)
Element
).Detail);
509
Brush background =
Element
.Background;
512
View.UpdateBackground(
Element
.Background);
515
if (
Element
.BackgroundColor == null)
518
View.BackgroundColor =
Element
.BackgroundColor.ToPlatform();
549
if (NativeView.UpdateFlowDirection(
Element
) && Forms.IsiOS13OrNewer && NativeView.Superview != null)