1 write to _mauiContext
Microsoft.Maui.Controls (1)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (1)
581
_mauiContext
= mauiContext;
4 references to _mauiContext
Microsoft.Maui.Controls (4)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (4)
34
IMauiContext MauiContext =>
_mauiContext
;
184
IPlatformViewHandler renderer = page.ToHandler(
_mauiContext
);
320
var renderer = (IPlatformViewHandler)page.ToHandler(
_mauiContext
);
568
IMauiContext IElementHandler.MauiContext =>
_mauiContext
;