11 overrides of OnItemsChanged
PresentationFramework (5)
System\Windows\Controls\MenuItem.cs (1)
2044
protected override void
OnItemsChanged
(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\Primitives\Selector.cs (1)
1089
protected override void
OnItemsChanged
(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\ToolBar.cs (1)
503
protected override void
OnItemsChanged
(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\TreeView.cs (1)
410
protected override void
OnItemsChanged
(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\TreeViewItem.cs (1)
940
protected override void
OnItemsChanged
(NotifyCollectionChangedEventArgs e)
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
1328
protected override void
OnItemsChanged
(NotifyCollectionChangedEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (1)
2407
protected override void
OnItemsChanged
(NotifyCollectionChangedEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonGalleryCategory.cs (1)
535
protected override void
OnItemsChanged
(NotifyCollectionChangedEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
754
protected override void
OnItemsChanged
(NotifyCollectionChangedEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
330
protected override void
OnItemsChanged
(NotifyCollectionChangedEventArgs e)
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
314
protected override void
OnItemsChanged
(NotifyCollectionChangedEventArgs e)
8 references to OnItemsChanged
PresentationFramework (4)
System\Windows\Controls\ItemsControl.cs (1)
307
OnItemsChanged
(e);
System\Windows\Controls\MenuItem.cs (1)
2049
base.
OnItemsChanged
(e);
System\Windows\Controls\Primitives\Selector.cs (1)
1091
base.
OnItemsChanged
(e);
System\Windows\Controls\ToolBar.cs (1)
509
base.
OnItemsChanged
(e);
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
1330
base.
OnItemsChanged
(e);
Microsoft\Windows\Controls\Ribbon\RibbonGroup.cs (1)
756
base.
OnItemsChanged
(e);
Microsoft\Windows\Controls\Ribbon\RibbonQuickAccessToolBar.cs (1)
333
base.
OnItemsChanged
(e);
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
316
base.
OnItemsChanged
(e);