3 references to ContentProperty
Microsoft.Maui.Controls (3)
RadioButton\RadioButton.cs (3)
115 get => GetValue(ContentProperty); 116 set => SetValue(ContentProperty, value); 632 Application.Current?.FindMauiContext()?.CreateLogger<RadioButton>()?.LogWarning("Warning - {RuntimePlatform} does not support View as the {PropertyName} property of RadioButton; the return value of the ToString() method will be displayed instead.", DeviceInfo.Platform, ContentProperty.PropertyName);