1 write to _shell
Microsoft.Maui.Controls (1)
Handlers\Shell\Windows\ShellFlyoutItemView.cs (1)
64 _shell = element?.FindParentOfType<Shell>();
5 references to _shell
Microsoft.Maui.Controls (5)
Handlers\Shell\Windows\ShellFlyoutItemView.cs (5)
21 ShellView ShellView => _shell.Handler?.PlatformView as ShellView; 48 _shell?.RemoveLogicalChild(_content); 65 DataTemplate dataTemplate = (_shell as IShellController)?.GetFlyoutItemDataTemplate(bo); 80 _shell.AddLogicalChild(_content); 83 var platformView = _content.ToPlatform(_shell.Handler.MauiContext);