2 writes to Description
Microsoft.Maui.Controls (2)
RadioButton\RadioButton.cs (1)
684
semantics.
Description
= contentAsString;
VisualElement\VisualElement.cs (1)
1993
_semantics.
Description
= SemanticProperties.GetDescription(this);
2 references to Description
Microsoft.Maui (1)
Primitives\Semantics.cs (1)
25
return string.Format("Description: {0}, Hint: {1}, HeadingLevel: {2}",
Description
, Hint, HeadingLevel);
Microsoft.Maui.Controls (1)
RadioButton\RadioButton.cs (1)
681
if (!string.IsNullOrWhiteSpace(contentAsString) && string.IsNullOrWhiteSpace(semantics?.
Description
))