2 references to IsVisibleProperty
Microsoft.Maui.Controls (2)
Shell\BackButtonBehavior.cs (2)
66
get { return (bool)GetValue(
IsVisibleProperty
); }
67
set { SetValue(
IsVisibleProperty
, value); }