4 references to DisplayMemberPathProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (4)
383get { return (string)GetValue(DisplayMemberPathProperty); } 384set { SetValue(DisplayMemberPathProperty, value); } 441DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.DisplayMemberPathProperty, DisplayMemberPathProperty); 525DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.DisplayMemberPathProperty, DisplayMemberPathProperty);