4 references to TryGetCell
PresentationFramework (4)
System\Windows\Controls\DataGrid.cs (3)
6479
DataGridCell cell = row.
TryGetCell
(DisplayIndexMap[0]);
7001
return row.
TryGetCell
(columnIndex);
7014
return row.
TryGetCell
(columnIndex);
System\Windows\Controls\DataGridColumn.cs (1)
642
DataGridCell cell = dataGridRow.
TryGetCell
(columnIndex);