4 references to MauiContext
Microsoft.Maui.Controls (4)
Compatibility\Handlers\iOS\FrameRenderer.cs (2)
81
if (content == null ||
MauiContext
== null)
84
var platformView = content.ToPlatform(
MauiContext
);
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (2)
481
_footerRenderer = footerView.ToHandler(
MauiContext
);
520
_headerRenderer = headerView.ToHandler(
MauiContext
);