Base:
method
OnItemsChanged
System.Windows.Controls.ItemsControl.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)
4 overrides of OnItemsChanged
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (1)
7649
protected override void
OnItemsChanged
(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\ListView.cs (1)
196
protected override void
OnItemsChanged
(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\TabControl.cs (1)
377
protected override void
OnItemsChanged
(NotifyCollectionChangedEventArgs e)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1083
protected override void
OnItemsChanged
(NotifyCollectionChangedEventArgs e)
4 references to OnItemsChanged
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (1)
7651
base.
OnItemsChanged
(e);
System\Windows\Controls\ListView.cs (1)
198
base.
OnItemsChanged
(e);
System\Windows\Controls\TabControl.cs (1)
379
base.
OnItemsChanged
(e);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1085
base.
OnItemsChanged
(e);