1 implementation of MoveCurrentTo
PresentationFramework (1)
src\Framework\System\Windows\Data\CollectionView.cs (1)
522public virtual bool MoveCurrentTo(object item)
6 references to MoveCurrentTo
PresentationFramework (1)
src\Framework\MS\Internal\Data\CollectionViewProxy.cs (1)
248return ProxiedView.MoveCurrentTo(item);
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (2)
315theThis._quickTypeView.MoveCurrentTo(e.NewValue); 516_quickTypeView.MoveCurrentTo(selectedFactoryModel);
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (3)
413if (items.MoveCurrentTo(value)) 733if (null != this.dataGrid.SelectedItem && this.dataGrid.CurrentCell.IsValid && view.MoveCurrentTo(this.dataGrid.SelectedItem)) 786if (view.MoveCurrentTo(entry))