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