1 write to _mauiContext
Microsoft.Maui.Controls (1)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (1)
562 _mauiContext = mauiContext;
4 references to _mauiContext
Microsoft.Maui.Controls (4)
Compatibility\Handlers\TabbedPage\iOS\TabbedRenderer.cs (4)
32 IMauiContext MauiContext => _mauiContext; 182 IPlatformViewHandler renderer = page.ToHandler(_mauiContext); 318 var renderer = (IPlatformViewHandler)page.ToHandler(_mauiContext); 549 IMauiContext IElementHandler.MauiContext => _mauiContext;