4 references to DataGridCellInfo
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (4)
655return this.OwningDataGrid.SelectedCellsInternal.Contains(new DataGridCellInfo(Item, _column)); 675DataGridCellInfo currentCellInfo = new DataGridCellInfo(Item, _column); 701DataGridCellInfo currentCellInfo = new DataGridCellInfo(Item, _column); 717DataGridCellInfo currentCellInfo = new DataGridCellInfo(Item, _column);