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