2 references to IsValidForDataGrid
PresentationFramework (2)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
462return cell.IsValidForDataGrid(_owner); 467return cell.IsValidForDataGrid(_owner) && cell.IsValid;