11 overrides of OnItemsChanged
PresentationFramework (5)
System\Windows\Controls\MenuItem.cs (1)
2062protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\Primitives\Selector.cs (1)
1102protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\ToolBar.cs (1)
519protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\TreeView.cs (1)
416protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\TreeViewItem.cs (1)
962protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
1331protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2406protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
544protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
764protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
348protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
323protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
8 references to OnItemsChanged
PresentationFramework (4)
System\Windows\Controls\ItemsControl.cs (1)
317OnItemsChanged(e);
System\Windows\Controls\MenuItem.cs (1)
2067base.OnItemsChanged(e);
System\Windows\Controls\Primitives\Selector.cs (1)
1104base.OnItemsChanged(e);
System\Windows\Controls\ToolBar.cs (1)
525base.OnItemsChanged(e);
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
1333base.OnItemsChanged(e);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
766base.OnItemsChanged(e);
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
351base.OnItemsChanged(e);
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
325base.OnItemsChanged(e);