Implemented interface member:
3 overrides of DeferRefresh
PresentationFramework (3)
MS\Internal\Data\CollectionViewProxy.cs (1)
186public override IDisposable DeferRefresh()
MS\Internal\Data\EnumerableCollectionView.cs (1)
186public override IDisposable DeferRefresh()
System\Windows\Controls\ItemCollection.cs (1)
719public override IDisposable DeferRefresh()
3 references to DeferRefresh
PresentationFramework (3)
MS\Internal\Data\EnumerableCollectionView.cs (1)
188return _view.DeferRefresh();
System\Windows\Controls\ItemCollection.cs (2)
729_deferInnerRefresh = _collectionView.DeferRefresh(); 1699_deferInnerRefresh = _collectionView.DeferRefresh();