4 references to TryGetCell
PresentationFramework (4)
src\Framework\System\Windows\Controls\DataGrid.cs (3)
6529DataGridCell cell = row.TryGetCell(DisplayIndexMap[0]); 7048return row.TryGetCell(columnIndex); 7061return row.TryGetCell(columnIndex);
src\Framework\System\Windows\Controls\DataGridColumn.cs (1)
653DataGridCell cell = dataGridRow.TryGetCell(columnIndex);