4 references to ItemsSourceProperty
PresentationFramework (4)
System\Windows\Controls\DataGridComboBoxColumn.cs (4)
361
get { return (IEnumerable)GetValue(
ItemsSourceProperty
); }
362
set { SetValue(
ItemsSourceProperty
, value); }
438
DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.ItemsSourceProperty,
ItemsSourceProperty
);
520
DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.ItemsSourceProperty,
ItemsSourceProperty
);