3 references to IsVisible
Microsoft.Maui.Controls (3)
Shell\BackButtonBehavior.cs (2)
28 /// <summary>Bindable property for <see cref="IsVisible"/>.</summary> 30 BindableProperty.Create(nameof(IsVisible), typeof(bool), typeof(BackButtonBehavior), true, BindingMode.OneWay);
ShellToolbar.cs (1)
90 backButtonVisible = _backButtonBehavior.IsVisible;