Implemented interface member:
method
Refresh
System.ComponentModel.ICollectionView.Refresh()
1 override of Refresh
PresentationFramework (1)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
174public override void Refresh()
6 references to Refresh
PresentationFramework (5)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
7157Items.Refresh();
src\Framework\System\Windows\Controls\ItemCollection.cs (2)
466_collectionView.Refresh(); 1589Refresh(); // apply any sort or filter for the first time
src\Framework\System\Windows\Data\CollectionView.cs (1)
1823Refresh();
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
465/// an explicit <seealso cref="CollectionView.Refresh"/> call by the app is required.
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
183this.dataGrid.Items.Refresh();