4 references to DataGridCellInfo
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (4)
671
return this.OwningDataGrid.SelectedCellsInternal.Contains(new
DataGridCellInfo
(Item, _column));
691
DataGridCellInfo currentCellInfo = new
DataGridCellInfo
(Item, _column);
717
DataGridCellInfo currentCellInfo = new
DataGridCellInfo
(Item, _column);
733
DataGridCellInfo currentCellInfo = new
DataGridCellInfo
(Item, _column);