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