5 writes to ContentView
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (5)
53
ContentView
= null;
62
ContentView
= null;
70
ContentView
= renderer.PlatformView;
108
ContentView
= view;
473
ContentView
= null;
17 references to ContentView
Microsoft.Maui.Controls (17)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (2)
348
var previousIndex = GetPreviousIndex(_shellFlyoutContentManager.
ContentView
);
358
_uIViews[ContentIndex] = _shellFlyoutContentManager.
ContentView
;
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (15)
49
var oldContentView =
ContentView
;
59
else if (
ContentView
is not null)
61
var oldContentView =
ContentView
;
71
ContentView
.ClipsToBounds = true;
104
if (
ContentView
== view)
129
if (
ContentView
is UIScrollView sv)
131
else if (
ContentView
is IPlatformViewHandler ver && ver.PlatformView is UIScrollView uIScroll)
133
else if (Content is ItemsView &&
ContentView
.Subviews.Length > 0 &&
ContentView
.Subviews[0] is UICollectionView cv)
184
if (HeaderView is null ||
ContentView
?.Superview is null)
187
HeaderView.SizeThatFits(new CGSize(
ContentView
.Superview.Frame.Width, double.PositiveInfinity));
193
if (HeaderView is null ||
ContentView
?.Superview is null)
199
HeaderView.SizeThatFits(new CGSize(
ContentView
.Superview.Frame.Width, double.PositiveInfinity));
263
var parent =
ContentView
?.Superview;
338
ContentView
.Frame = contentFrame.AsCGRect();