2 references to IsValidForDataGrid
PresentationFramework (2)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (2)
459
return cell.
IsValidForDataGrid
(_owner);
464
return cell.
IsValidForDataGrid
(_owner) && cell.IsValid;