2 overrides of OnCurrentChanged
PresentationFramework (2)
MS\Internal\Data\ClrBindingWorker.cs (1)
252internal override void OnCurrentChanged(ICollectionView collectionView, EventArgs args)
MS\Internal\Data\XmlBindingWorker.cs (1)
104internal override void OnCurrentChanged(ICollectionView collectionView, EventArgs args)
1 reference to OnCurrentChanged
PresentationFramework (1)
System\Windows\Data\BindingExpression.cs (1)
2451Worker.OnCurrentChanged(sender as ICollectionView, e);