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