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