2 writes to ChildView
Microsoft.Maui (2)
Platform\iOS\GeneralWrapperView.cs (2)
35
ChildView
= null;
39
ChildView
= new(newChildView);
6 references to ChildView
Microsoft.Maui (6)
Platform\iOS\GeneralWrapperView.cs (6)
18
if (
ChildView
is null || !
ChildView
.TryGetTarget(out var childView))
58
if (
ChildView
== null || !
ChildView
.TryGetTarget(out var childView))
66
if (
ChildView
== null || !
ChildView
.TryGetTarget(out var childView))