3 writes to ContentCache
Microsoft.Maui.Controls (3)
Shell\ShellContent.cs (3)
92 ContentCache = result; 308 shellContent.ContentCache = null; 313 shellContent.ContentCache = newElement;
6 references to ContentCache
Microsoft.Maui.Controls (6)
Shell\ShellContent.cs (6)
52 Page IShellContentController.Page => ContentCache; 91 result = ContentCache ?? (Page)template.CreateContent(content, this); 130 ((ContentCache ?? Content) as Page)?.SendDisappearing(); 136 var content = ContentCache ?? Content; 142 SendPageAppearing((ContentCache ?? Content) as Page); 352 if (ContentCache is BindableObject bindable)