2 references to IsCurrent
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridCell.cs (1)
507return dataGrid.IsCurrent(row, column);
src\Framework\System\Windows\Controls\Primitives\DataGridRowHeader.cs (1)
415return dataGrid.IsCurrent(row);