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