2 writes to _contentCache
Microsoft.Maui.Controls (2)
Shell\ShellContent.cs (2)
200
_contentCache
= value;
259
_contentCache
= null;
9 references to _contentCache
Microsoft.Maui.Controls (9)
Shell\ShellContent.cs (9)
193
get =>
_contentCache
;
196
if (
_contentCache
== value)
199
var oldCache =
_contentCache
;
241
(
_contentCache
is not null && !
_contentCache
.IsVisible) || // user has set IsVisible on the Page to false
253
if (
_contentCache
is not null)
255
_contentCache
.Unloaded -= OnPageUnloaded;
256
RemoveLogicalChild(
_contentCache
);
268
if (
_contentCache
?.IsLoaded == true)