1 write to _context
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellSearchResultsRenderer.cs (1)
79 _context = context;
3 references to _context
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellSearchResultsRenderer.cs (3)
121 var cellId = ((IDataTemplateController)template.SelectDataTemplate(context, _context.Shell)).IdString; 127 var view = (View)template.CreateContent(context, _context.Shell); 129 view.Parent = _context.Shell;