8 references to ShortName
Microsoft.Maui.Controls (8)
ListView\ListView.cs (1)
498 displayBinding = group.ShortName;
TemplatedItemsList.cs (7)
26 /// <summary>Bindable property for <see cref="ShortName"/>.</summary> 27 public static readonly BindableProperty ShortNameProperty = BindableProperty.Create(nameof(ShortName), typeof(string), typeof(TemplatedItemsList<TView, TItem>), null); 1265 yield return item.ShortName; 1283 return list.ShortName; 1305 newList.AddRange(list.Cast<TemplatedItemsList<TView, TItem>>().Select(tl => tl.ShortName)); 1320 OnCollectionChanged(new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Replace, list.ShortName, old, index)); 1329 _oldNames[list] = list.ShortName;