4 references to IsValid
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
315
if (cellInfo.
IsValid
)
System\Windows\Controls\DataGrid.cs (2)
2928
if (currentCell.
IsValid
&& dataGrid.IsKeyboardFocusWithin)
3013
if (currentCell.
IsValid
)
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
464
return cell.IsValidForDataGrid(_owner) && cell.
IsValid
;