1 write to _headerView
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (1)
160 _headerView = value;
6 references to _headerView
Microsoft.Maui.Controls (6)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (6)
151 get => _headerView; 154 if (_headerView == value) 157 if (_headerView is not null) 158 _headerView.HeaderSizeChanged -= OnHeaderViewMeasureChanged; 162 if (_headerView is not null) 163 _headerView.HeaderSizeChanged += OnHeaderViewMeasureChanged;