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)
627
if (
IsVisibleSection
)
665
if (this.
IsVisibleSection
)
955
if (
IsVisibleSection
&& this is IShellSectionController sectionController)
994
if (shellSection.Parent?.Parent is IShellController shell && shellSection.
IsVisibleSection
)
1001
if (shellSection.
IsVisibleSection
)
1051
if (!_owner.
IsVisibleSection
)
1074
if (!_owner.
IsVisibleSection
)
1100
if (!_owner.
IsVisibleSection
)
1161
if (!_owner.
IsVisibleSection
|| _owner.Shell.NavigationManager.AccumulateNavigatedEvents)
1186
if (!_owner.
IsVisibleSection
|| _owner.Shell.NavigationManager.AccumulateNavigatedEvents)