2 writes to _view
Microsoft.Maui.Controls (2)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (2)
1929 _view = view; 2076 _view = null;
8 references to _view
Microsoft.Maui.Controls (8)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (8)
1931 if (_view.Parent is null) 1933 _view.ParentSet += OnTitleViewParentSet; 1954 var mauiContext = _view.FindMauiContext(); 1955 if (_view is not null && mauiContext is not null) 1957 var platformView = _view.ToPlatform(mauiContext); 1958 _child = (IPlatformViewHandler)_view.Handler; 2071 if (_view is not null) 2073 _view.ParentSet -= OnTitleViewParentSet;