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