3 overrides of OnItemsSourceChanged
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
1362protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1065protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
440protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
3 references to OnItemsSourceChanged
PresentationFramework (1)
System\Windows\Controls\ItemsControl.cs (1)
217ic.OnItemsSourceChanged(oldValue, newValue);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1067base.OnItemsSourceChanged(oldValue, newValue);
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
442base.OnItemsSourceChanged(oldValue, newValue);