11 overrides of OnItemsChanged
PresentationFramework (5)
System\Windows\Controls\MenuItem.cs (1)
2052protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\Primitives\Selector.cs (1)
1091protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\ToolBar.cs (1)
510protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\TreeView.cs (1)
413protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\TreeViewItem.cs (1)
958protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
1333protected 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)
539protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
761protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
343protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
321protected 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)
2057base.OnItemsChanged(e);
System\Windows\Controls\Primitives\Selector.cs (1)
1093base.OnItemsChanged(e);
System\Windows\Controls\ToolBar.cs (1)
516base.OnItemsChanged(e);
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
1335base.OnItemsChanged(e);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
763base.OnItemsChanged(e);
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
346base.OnItemsChanged(e);
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
323base.OnItemsChanged(e);