Base:
method
OnItemsChanged
System.Windows.Controls.ItemsControl.OnItemsChanged(System.Collections.Specialized.NotifyCollectionChangedEventArgs)
4 overrides of OnItemsChanged
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (1)
7695protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\ListView.cs (1)
199protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
System\Windows\Controls\TabControl.cs (1)
395protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1095protected override void OnItemsChanged(NotifyCollectionChangedEventArgs e)
4 references to OnItemsChanged
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (1)
7697base.OnItemsChanged(e);
System\Windows\Controls\ListView.cs (1)
201base.OnItemsChanged(e);
System\Windows\Controls\TabControl.cs (1)
397base.OnItemsChanged(e);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Ribbon.cs (1)
1097base.OnItemsChanged(e);