14 references to ItemsSourceProperty
PresentationFramework (11)
System\Windows\Controls\DataGrid.cs (1)
47ItemsSourceProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata((PropertyChangedCallback)null, OnCoerceItemsSourceProperty));
System\Windows\Controls\DataGridComboBoxColumn.cs (3)
368ComboBox.ItemsSourceProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(null, DataGridColumn.NotifyPropertyChangeForRefreshContent)); 437DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.ItemsSourceProperty, ItemsSourceProperty); 519DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.ItemsSourceProperty, ItemsSourceProperty);
System\Windows\Controls\HeaderedItemsControl.cs (2)
426if (hTemplate.ItemsSource != null && !HasNonDefaultValue(ItemsSourceProperty)) 428SetBinding(ItemsSourceProperty, hTemplate.ItemsSource);
System\Windows\Controls\ItemsControl.cs (3)
188BindingExpressionBase beb = BindingOperations.GetBindingExpressionBase(d, ItemsSourceProperty); 239ClearValue(ItemsSourceProperty); 243SetValue(ItemsSourceProperty, value);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3189DependencyProperty dp = System.Windows.Controls.ItemsControl.ItemsSourceProperty;
System\Windows\Markup\KnownTypes.cs (1)
1837return System.Windows.Controls.ItemsControl.ItemsSourceProperty;
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
114_filterMenuButton.SetBinding(RibbonMenuButton.ItemsSourceProperty, itemsSourceBinding); 1230Binding binding = BindingOperations.GetBinding(itemsControl, ItemsSourceProperty);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1671new PropertyAndTransferMode () { Property = ItemsControl.ItemsSourceProperty, Mode = TransferMode.AlwaysTransfer },