4 references to DataGridCellInfo
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (4)
675
return this.OwningDataGrid.SelectedCellsInternal.Contains(new
DataGridCellInfo
(Item, _column));
695
DataGridCellInfo currentCellInfo = new
DataGridCellInfo
(Item, _column);
721
DataGridCellInfo currentCellInfo = new
DataGridCellInfo
(Item, _column);
737
DataGridCellInfo currentCellInfo = new
DataGridCellInfo
(Item, _column);