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)
7640
protected override void
OnItemsSourceChanged
(IEnumerable oldValue, IEnumerable newValue)
1 reference to OnItemsSourceChanged
PresentationFramework (1)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
7642
base.
OnItemsSourceChanged
(oldValue, newValue);