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