4 references to DisplayMemberPathProperty
PresentationFramework (4)
System\Windows\Controls\DataGridComboBoxColumn.cs (4)
378get { return (string)GetValue(DisplayMemberPathProperty); } 379set { SetValue(DisplayMemberPathProperty, value); } 435DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.DisplayMemberPathProperty, DisplayMemberPathProperty); 519DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.DisplayMemberPathProperty, DisplayMemberPathProperty);