4 references to DataGridCellInfo
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (4)
3041SetCurrentValueInternal(CurrentCellProperty, new DataGridCellInfo(value)); 4636DataGridCellInfo cellInfo = new DataGridCellInfo(cell); 4715DataGridCellInfo cellInfo = new DataGridCellInfo(cell); 4746MakeCellSelection(new DataGridCellInfo(cell), allowsExtendSelect, allowsMinimalSelect);