2 writes to Description
Microsoft.Maui.Controls (2)
RadioButton\RadioButton.cs (1)
682 semantics.Description = contentAsString;
SemanticProperties.cs (1)
104 semantics.Description = GetDescription(bindable);
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)
679 if (!string.IsNullOrWhiteSpace(contentAsString) && string.IsNullOrWhiteSpace(semantics?.Description))