4 references to DataGridCellInfo
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (4)
681
return this.OwningDataGrid.SelectedCellsInternal.Contains(new
DataGridCellInfo
(Item, _column));
701
DataGridCellInfo currentCellInfo = new
DataGridCellInfo
(Item, _column);
727
DataGridCellInfo currentCellInfo = new
DataGridCellInfo
(Item, _column);
743
DataGridCellInfo currentCellInfo = new
DataGridCellInfo
(Item, _column);