1 write to _child
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\NavigationRenderer.cs (1)
1022 _child = value;
6 references to _child
Microsoft.Maui.Controls.Compatibility (6)
iOS\Renderers\NavigationRenderer.cs (6)
1013 get { return _child; } 1016 if (_child == value) 1019 if (_child != null) 1020 _child.PropertyChanged -= HandleChildPropertyChanged; 1024 if (_child != null) 1025 _child.PropertyChanged += HandleChildPropertyChanged;