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