3 references to Name
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGridAutoGeneratingColumnEventArgs.cs (1)
35this(column, itemPropertyInfo.Name, itemPropertyInfo.PropertyType, itemPropertyInfo.Descriptor)
src\Framework\System\Windows\Controls\DataGridColumn.cs (2)
1200dataGridColumn.Header = itemProperty.Name; 1207Binding binding = new Binding(itemProperty.Name);