4 references to IsValid
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
309
if (cellInfo.
IsValid
)
System\Windows\Controls\DataGrid.cs (2)
2907
if (currentCell.
IsValid
&& dataGrid.IsKeyboardFocusWithin)
2989
if (currentCell.
IsValid
)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
459
return cell.IsValidForDataGrid(_owner) && cell.
IsValid
;