2 writes to Content
Microsoft.Maui.Controls (2)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (2)
52
Content
= null;
66
Content
= content;
13 references to Content
Microsoft.Maui.Controls (13)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (13)
40
if (content ==
Content
)
46
if (
Content
is not null)
48
var oldRenderer = (IPlatformViewHandler)
Content
.Handler;
50
var oldContent =
Content
;
67
if (
Content
is not null)
69
var renderer =
Content
.ToHandler(_context.Shell.FindMauiContext());
76
if (
Content
is ScrollView sv)
83
else if (
Content
is CollectionView cv)
92
else if (
Content
is ListView lv)
133
else if (
Content
is ItemsView && ContentView.Subviews.Length > 0 && ContentView.Subviews[0] is UICollectionView cv)
314
(HeaderView is null && ShouldHonorSafeArea(
Content
)))
336
if (
Content
is null)
342
(
Content
as IView)?.Arrange(contentFrame);