1 implementation of DeferRefresh
PresentationFramework (1)
src\Framework\System\Windows\Data\CollectionView.cs (1)
336public virtual IDisposable DeferRefresh()
2 references to DeferRefresh
PresentationFramework (2)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
191return ProxiedView.DeferRefresh();
src\Framework\System\Windows\Data\CollectionViewSource.cs (1)
984using (view.DeferRefresh())