6 references to DisplayMemberPathProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (3)
391
ComboBox.
DisplayMemberPathProperty
.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(string.Empty, DataGridColumn.NotifyPropertyChangeForRefreshContent));
441
DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.
DisplayMemberPathProperty
, DisplayMemberPathProperty);
525
DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.
DisplayMemberPathProperty
, DisplayMemberPathProperty);
src\Framework\System\Windows\Controls\ItemsControl.cs (3)
387
get { return (string) GetValue(
DisplayMemberPathProperty
); }
388
set { SetValue(
DisplayMemberPathProperty
, value); }
422
ReadLocalValue(
DisplayMemberPathProperty
) == DependencyProperty.UnsetValue)