11 references to ItemsSourceProperty
PresentationFramework (11)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
52ItemsSourceProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata((PropertyChangedCallback)null, OnCoerceItemsSourceProperty));
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (3)
374ComboBox.ItemsSourceProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(null, DataGridColumn.NotifyPropertyChangeForRefreshContent)); 444DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.ItemsSourceProperty, ItemsSourceProperty); 526DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.ItemsSourceProperty, ItemsSourceProperty);
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (2)
428if (hTemplate.ItemsSource != null && !HasNonDefaultValue(ItemsSourceProperty)) 430SetBinding(ItemsSourceProperty, hTemplate.ItemsSource);
src\Framework\System\Windows\Controls\ItemsControl.cs (3)
199BindingExpressionBase beb = BindingOperations.GetBindingExpressionBase(d, ItemsSourceProperty); 251ClearValue(ItemsSourceProperty); 255SetValue(ItemsSourceProperty, value);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3074DependencyProperty dp = System.Windows.Controls.ItemsControl.ItemsSourceProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1845return System.Windows.Controls.ItemsControl.ItemsSourceProperty;