1 write to _mauiContext
Microsoft.Maui.Controls (1)
Compatibility\Handlers\VisualElementRenderer.cs (1)
246
_mauiContext
= mauiContext;
2 references to _mauiContext
Microsoft.Maui.Controls (2)
Compatibility\Handlers\VisualElementRenderer.cs (2)
58
protected IMauiContext MauiContext =>
_mauiContext
?? throw new InvalidOperationException("MauiContext not set");
232
IMauiContext? IElementHandler.MauiContext =>
_mauiContext
;