11 overrides of OnItemsChanged
PresentationFramework (5)
System\Windows\Controls\MenuItem.cs (1)
2045protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\Primitives\Selector.cs (1)
1090protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\ToolBar.cs (1)
504protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\TreeView.cs (1)
411protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\TreeViewItem.cs (1)
941protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
1329protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2408protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
536protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
755protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
331protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
315protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
8 references to OnItemsChanged
PresentationFramework (4)
System\Windows\Controls\ItemsControl.cs (1)
308OnItemsChanged(e);
System\Windows\Controls\MenuItem.cs (1)
2050base.OnItemsChanged(e);
System\Windows\Controls\Primitives\Selector.cs (1)
1092base.OnItemsChanged(e);
System\Windows\Controls\ToolBar.cs (1)
510base.OnItemsChanged(e);
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
1331base.OnItemsChanged(e);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
757base.OnItemsChanged(e);
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
334base.OnItemsChanged(e);
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
317base.OnItemsChanged(e);