2 references to IsLinkActiveProperty
Microsoft.Maui.Controls (2)
AppLinkEntry.cs (2)
50
get { return (bool)GetValue(
IsLinkActiveProperty
); }
51
set { SetValue(
IsLinkActiveProperty
, value); }