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