1 write to Content
Microsoft.Maui.Controls (1)
RadioButton\RadioButton.cs (1)
568 border.Content = grid;
5 references to Content
Microsoft.Maui.Controls (5)
Border\Border.cs (5)
12 [ContentProperty(nameof(Content))] 28 /// <summary>Bindable property for <see cref="Content"/>.</summary> 29 public static readonly BindableProperty ContentProperty = BindableProperty.Create(nameof(Content), typeof(View), 258 object? IContentView.Content => Content; 260 IView? IContentView.PresentedContent => Content;