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