4 references to ItemsSourceProperty
PresentationFramework (4)
System\Windows\Controls\DataGridComboBoxColumn.cs (4)
365
get { return (IEnumerable)GetValue(
ItemsSourceProperty
); }
366
set { SetValue(
ItemsSourceProperty
, value); }
442
DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.ItemsSourceProperty,
ItemsSourceProperty
);
524
DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.ItemsSourceProperty,
ItemsSourceProperty
);