// namespace TestNs { partial class Host { #nullable enable annotations /// /// Defines the IsHosted attached property. /// internal static readonly global::Avalonia.AttachedProperty IsHostedProperty = global::Avalonia.AvaloniaProperty.RegisterAttached("IsHosted"); internal static partial bool GetIsHosted(global::Avalonia.Visual element) => element.GetValue(IsHostedProperty); /// /// Sets the value of the attached property on the specified object. /// internal static void SetIsHosted(global::Avalonia.Visual element, bool value) => element.SetValue(IsHostedProperty, value); #nullable restore annotations } }