14 references to ItemsSourceProperty
PresentationFramework (11)
System\Windows\Controls\DataGrid.cs (1)
51ItemsSourceProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata((PropertyChangedCallback)null, OnCoerceItemsSourceProperty));
System\Windows\Controls\DataGridComboBoxColumn.cs (3)
373ComboBox.ItemsSourceProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(null, DataGridColumn.NotifyPropertyChangeForRefreshContent)); 443DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.ItemsSourceProperty, ItemsSourceProperty); 525DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.ItemsSourceProperty, ItemsSourceProperty);
System\Windows\Controls\HeaderedItemsControl.cs (2)
432if (hTemplate.ItemsSource != null && !HasNonDefaultValue(ItemsSourceProperty)) 434SetBinding(ItemsSourceProperty, hTemplate.ItemsSource);
System\Windows\Controls\ItemsControl.cs (3)
198BindingExpressionBase beb = BindingOperations.GetBindingExpressionBase(d, ItemsSourceProperty); 249ClearValue(ItemsSourceProperty); 253SetValue(ItemsSourceProperty, value);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3082DependencyProperty 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)
117_filterMenuButton.SetBinding(RibbonMenuButton.ItemsSourceProperty, itemsSourceBinding); 1231Binding binding = BindingOperations.GetBinding(itemsControl, ItemsSourceProperty);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1697new PropertyAndTransferMode () { Property = ItemsControl.ItemsSourceProperty, Mode = TransferMode.AlwaysTransfer },