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