1 write to _context
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellTableViewSource.cs (1)
22 _context = context;
12 references to _context
Microsoft.Maui.Controls (12)
Compatibility\Handlers\Shell\iOS\ShellTableViewSource.cs (12)
18 IShellController ShellController => _context.Shell; 39 cell.Disconnect(_context.Shell); 55 var newGroups = ((IShellController)_context.Shell).GenerateFlyoutGrouping(); 84 cell.Disconnect(_context.Shell); 90 var newGroups = ((IShellController)_context.Shell).GenerateFlyoutGrouping(); 98 cell.Disconnect(_context.Shell); 152 if (DefaultMenuItemTemplate != null && _context.Shell.MenuItemTemplate == template) 157 if (DefaultItemTemplate != null && _context.Shell.ItemTemplate == template) 161 var cellId = ((IDataTemplateController)template.SelectDataTemplate(context, _context.Shell)).IdString; 166 var view = (View)template.CreateContent(context, _context.Shell); 167 cell = new UIContainerCell(cellId, view, _context.Shell, context); 173 cell = new UIContainerCell(cellId, view, _context.Shell, context);