6 references to CurrentItem
PresentationFramework (6)
src\Framework\System\Windows\Controls\DataGrid.cs (6)
2902if (dataGrid.CurrentItem != currentCell.Item) 3103( ItemsControl.EqualsEx(CurrentItem, row.Item) && // rows match (the hard way) 3669bool wasCurrent = currentAddItem == CurrentItem; 6002index = Items.IndexOf(CurrentItem); 6279if ((row != null) && (row.Item != CurrentItem)) 6317if ((row != null) && (row.Item != CurrentItem))