4 references to DataGrid_CannotSelectCell
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (3)
687
throw new InvalidOperationException(SR.
DataGrid_CannotSelectCell
);
712
throw new InvalidOperationException(SR.
DataGrid_CannotSelectCell
);
728
throw new InvalidOperationException(SR.
DataGrid_CannotSelectCell
);
System\Windows\Controls\DataGrid.cs (1)
4118
throw new InvalidOperationException(SR.
DataGrid_CannotSelectCell
);