2 references to IsCurrent
PresentationFramework (2)
System\Windows\Controls\DataGridCell.cs (1)
512
return dataGrid.
IsCurrent
(row, column);
System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
414
return dataGrid.
IsCurrent
(row);