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