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