4 references to IsValid
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
310
if (cellInfo.
IsValid
)
System\Windows\Controls\DataGrid.cs (2)
2925
if (currentCell.
IsValid
&& dataGrid.IsKeyboardFocusWithin)
3010
if (currentCell.
IsValid
)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
460
return cell.IsValidForDataGrid(_owner) && cell.
IsValid
;