3 overrides of OnItemsSourceChanged
PresentationFramework (1)
System\Windows\Controls\Primitives\Selector.cs (1)
1353protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1063protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
435protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
3 references to OnItemsSourceChanged
PresentationFramework (1)
System\Windows\Controls\ItemsControl.cs (1)
208ic.OnItemsSourceChanged(oldValue, newValue);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
1065base.OnItemsSourceChanged(oldValue, newValue);
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
437base.OnItemsSourceChanged(oldValue, newValue);