Implemented interface member:
1 override of Refresh
PresentationFramework (1)
MS\Internal\Data\CollectionViewProxy.cs (1)
167public override void Refresh()
5 references to Refresh
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (1)
7098Items.Refresh();
System\Windows\Controls\ItemCollection.cs (2)
442_collectionView.Refresh(); 1561Refresh(); // apply any sort or filter for the first time
System\Windows\Data\CollectionView.cs (1)
1792Refresh();
System\Windows\Data\ListCollectionView.cs (1)
450/// an explicit <seealso cref="CollectionView.Refresh"/> call by the app is required.