4 references to DataGridCellInfo
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (4)
672
return this.OwningDataGrid.SelectedCellsInternal.Contains(new
DataGridCellInfo
(Item, _column));
692
DataGridCellInfo currentCellInfo = new
DataGridCellInfo
(Item, _column);
718
DataGridCellInfo currentCellInfo = new
DataGridCellInfo
(Item, _column);
734
DataGridCellInfo currentCellInfo = new
DataGridCellInfo
(Item, _column);