5 references to IsValid
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
314if (cellInfo.IsValid)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
2933if (currentCell.IsValid && dataGrid.IsKeyboardFocusWithin) 3018if (currentCell.IsValid)
src\Framework\System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
467return cell.IsValidForDataGrid(_owner) && cell.IsValid;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (1)
733if (null != this.dataGrid.SelectedItem && this.dataGrid.CurrentCell.IsValid && view.MoveCurrentTo(this.dataGrid.SelectedItem))