4 references to GetCell
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (4)
205DataGridCell currentCellContainer = GetCell(dataGrid, items.IndexOf(currentCell.Item), currentColumnIndex); 418DataGridCell cell = DataGridHelper.GetCell(this.dataGrid, items.CurrentPosition, columnIndex); 737var cell = DataGridHelper.GetCell(this.dataGrid, rowIndex, columnIndex); 803var cell = DataGridHelper.GetCell(this.dataGrid, rowIndex, columnIndex);