2 references to TextProperty
Microsoft.Maui.Controls (2)
Menu\MenuBarItem.cs (2)
39 get => (string)GetValue(TextProperty); 40 set => SetValue(TextProperty, value);