3 references to TextProperty
Microsoft.Maui.Controls (3)
Menu\MenuItem.cs (2)
94 get => (string)GetValue(TextProperty); 95 set => SetValue(TextProperty, value);
Shell\MenuShellItem.cs (1)
35 OnPropertyChanged(MenuItem.TextProperty.PropertyName);