3 references to IsLinkActiveProperty
Microsoft.Maui.Controls (2)
AppLinkEntry.cs (2)
50 get { return (bool)GetValue(IsLinkActiveProperty); } 51 set { SetValue(IsLinkActiveProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\iOSAppLinks.cs (1)
80 if (e.PropertyName == AppLinkEntry.IsLinkActiveProperty.PropertyName)