4 references to DisplayMemberPathProperty
PresentationFramework (4)
System\Windows\Controls\DataGridComboBoxColumn.cs (4)
382get { return (string)GetValue(DisplayMemberPathProperty); } 383set { SetValue(DisplayMemberPathProperty, value); } 439DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.DisplayMemberPathProperty, DisplayMemberPathProperty); 523DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.DisplayMemberPathProperty, DisplayMemberPathProperty);