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