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