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