Base:
method
OnItemsSourceChanged
System.Windows.Controls.ItemsControl.OnItemsSourceChanged(System.Collections.IEnumerable, System.Collections.IEnumerable)
1 override of OnItemsSourceChanged
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
7637protected override void OnItemsSourceChanged(IEnumerable oldValue, IEnumerable newValue)
1 reference to OnItemsSourceChanged
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
7639base.OnItemsSourceChanged(oldValue, newValue);