4 references to TryGetCell
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (3)
6521DataGridCell cell = row.TryGetCell(DisplayIndexMap[0]); 7042return row.TryGetCell(columnIndex); 7055return row.TryGetCell(columnIndex);
System\Windows\Controls\DataGridColumn.cs (1)
643DataGridCell cell = dataGridRow.TryGetCell(columnIndex);