3 references to NameProperty
Microsoft.Maui.Controls (3)
TemplatedItemsList.cs (3)
169 get { return (string)GetValue(NameProperty); } 170 set { SetValue(NameProperty, value); } 738 groupProxy.SetBinding(NameProperty, GroupDisplayBinding.Clone());