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