8 references to OKToChangeCurrent
PresentationFramework (8)
src\Framework\MS\Internal\Controls\InnerItemCollectionView.cs (1)
470if (position != CurrentPosition && OKToChangeCurrent())
src\Framework\MS\Internal\Data\CompositeCollectionView.cs (4)
272&& OKToChangeCurrent()) 342if (OKToChangeCurrent()) 934if ((CurrentPosition != index) && OKToChangeCurrent()) 1116if (OKToChangeCurrent())
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
1871if (OKToChangeCurrent())
src\Framework\System\Windows\Data\CollectionView.cs (1)
569&& OKToChangeCurrent())
src\Framework\System\Windows\Data\ListCollectionView.cs (1)
221if (OKToChangeCurrent())