2 writes to _view
Microsoft.Maui.Controls (2)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (2)
1892
_view
= view;
2039
_view
= null;
8 references to _view
Microsoft.Maui.Controls (8)
Compatibility\Handlers\NavigationPage\iOS\NavigationRenderer.cs (8)
1894
if (
_view
.Parent is null)
1896
_view
.ParentSet += OnTitleViewParentSet;
1917
var mauiContext =
_view
.FindMauiContext();
1918
if (
_view
is not null && mauiContext is not null)
1920
var platformView =
_view
.ToPlatform(mauiContext);
1921
_child = (IPlatformViewHandler)
_view
.Handler;
2034
if (
_view
is not null)
2036
_view
.ParentSet -= OnTitleViewParentSet;