6 references to CurrentItem
PresentationFramework (6)
System\Windows\Controls\DataGrid.cs (6)
2864
if (dataGrid.
CurrentItem
!= currentCell.Item)
3062
(ItemsControl.EqualsEx(
CurrentItem
, row.Item) && // rows match (the hard way)
3625
bool wasCurrent = currentAddItem ==
CurrentItem
;
5943
index = Items.IndexOf(
CurrentItem
);
6217
if ((row != null) && (row.Item !=
CurrentItem
))
6255
if ((row != null) && (row.Item !=
CurrentItem
))