11 references to IsVisibleSection
Microsoft.Maui.Controls (11)
Shell\ShellContent.cs (1)
125
internal bool IsVisibleContent => Parent is ShellSection shellSection && shellSection.
IsVisibleSection
&& shellSection.CurrentItem == this;
Shell\ShellSection.cs (10)
640
if (
IsVisibleSection
)
678
if (this.
IsVisibleSection
)
968
if (
IsVisibleSection
&& this is IShellSectionController sectionController)
1007
if (shellSection.Parent?.Parent is IShellController shell && shellSection.
IsVisibleSection
)
1014
if (shellSection.
IsVisibleSection
)
1064
if (!_owner.
IsVisibleSection
)
1087
if (!_owner.
IsVisibleSection
)
1113
if (!_owner.
IsVisibleSection
)
1174
if (!_owner.
IsVisibleSection
|| _owner.Shell.NavigationManager.AccumulateNavigatedEvents)
1199
if (!_owner.
IsVisibleSection
|| _owner.Shell.NavigationManager.AccumulateNavigatedEvents)