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