1 write to _shellFlyoutContentManager
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
37
_shellFlyoutContentManager
= _tableViewController?.ShellFlyoutContentManager;
5 references to _shellFlyoutContentManager
Microsoft.Maui.Controls (5)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (5)
348
var previousIndex = GetPreviousIndex(
_shellFlyoutContentManager
.ContentView);
351
_shellFlyoutContentManager
.SetCustomContent(view);
355
_shellFlyoutContentManager
.SetDefaultContent(_tableViewController.TableView);
358
_uIViews[ContentIndex] =
_shellFlyoutContentManager
.ContentView;
360
_shellFlyoutContentManager
.UpdateHeaderSize();