3 references to ContentProperty
Microsoft.Maui.Controls (3)
RadioButton\RadioButton.cs (3)
112 get => GetValue(ContentProperty); 113 set => SetValue(ContentProperty, value); 638 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);