4 references to ItemsSourceProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (4)
366get { return (IEnumerable)GetValue(ItemsSourceProperty); } 367set { SetValue(ItemsSourceProperty, value); } 444DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.ItemsSourceProperty, ItemsSourceProperty); 526DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.ItemsSourceProperty, ItemsSourceProperty);