14 references to ItemsSourceProperty
PresentationFramework (11)
System\Windows\Controls\DataGrid.cs (1)
48ItemsSourceProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata((PropertyChangedCallback)null, OnCoerceItemsSourceProperty));
System\Windows\Controls\DataGridComboBoxColumn.cs (3)
369ComboBox.ItemsSourceProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(null, DataGridColumn.NotifyPropertyChangeForRefreshContent)); 438DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.ItemsSourceProperty, ItemsSourceProperty); 520DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.ItemsSourceProperty, ItemsSourceProperty);
System\Windows\Controls\HeaderedItemsControl.cs (2)
427if (hTemplate.ItemsSource != null && !HasNonDefaultValue(ItemsSourceProperty)) 429SetBinding(ItemsSourceProperty, hTemplate.ItemsSource);
System\Windows\Controls\ItemsControl.cs (3)
189BindingExpressionBase beb = BindingOperations.GetBindingExpressionBase(d, ItemsSourceProperty); 240ClearValue(ItemsSourceProperty); 244SetValue(ItemsSourceProperty, value);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3080DependencyProperty dp = System.Windows.Controls.ItemsControl.ItemsSourceProperty;
System\Windows\Markup\KnownTypes.cs (1)
1844return System.Windows.Controls.ItemsControl.ItemsSourceProperty;
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
115_filterMenuButton.SetBinding(RibbonMenuButton.ItemsSourceProperty, itemsSourceBinding); 1229Binding binding = BindingOperations.GetBinding(itemsControl, ItemsSourceProperty);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1692new PropertyAndTransferMode () { Property = ItemsControl.ItemsSourceProperty, Mode = TransferMode.AlwaysTransfer },