2 writes to Context
Microsoft.Maui (2)
Platform\iOS\ElementExtensions.cs (1)
20
return new ContainerViewController { CurrentView = view,
Context
= context };
Platform\iOS\PageViewController.cs (1)
11
Context
= mauiContext;
4 references to Context
Microsoft.Maui (4)
Platform\iOS\ContainerViewController.cs (4)
65
if (CurrentView is IElement view &&
Context
!= null)
82
_ =
Context
?? throw new ArgumentNullException(nameof(
Context
));
85
return view.ToPlatform(
Context
);