Implemented interface member:
3 overrides of DeferRefresh
PresentationFramework (3)
MS\Internal\Data\CollectionViewProxy.cs (1)
184public override IDisposable DeferRefresh()
MS\Internal\Data\EnumerableCollectionView.cs (1)
182public override IDisposable DeferRefresh()
System\Windows\Controls\ItemCollection.cs (1)
710public override IDisposable DeferRefresh()
3 references to DeferRefresh
PresentationFramework (3)
MS\Internal\Data\EnumerableCollectionView.cs (1)
184return _view.DeferRefresh();
System\Windows\Controls\ItemCollection.cs (2)
720_deferInnerRefresh = _collectionView.DeferRefresh(); 1690_deferInnerRefresh = _collectionView.DeferRefresh();