5 references to DataGridCellInfo
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGrid.cs (4)
3045SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(value)); 4640DataGridCellInfo cellInfo = new DataGridCellInfo(cell); 4719DataGridCellInfo cellInfo = new DataGridCellInfo(cell); 4750MakeCellSelection(new DataGridCellInfo(cell), allowsExtendSelect, allowsMinimalSelect);
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
722dataGrid.SelectedCells.Add(new DataGridCellInfo(cell));