2 writes to _isRowDragging
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
4810_isRowDragging = true; 4831_isRowDragging = false;
3 references to _isRowDragging
PresentationFramework (3)
src\Framework\System\Windows\Controls\DataGrid.cs (3)
1813if (_isRowDragging) 6276if (_isRowDragging) 6313if (_isRowDragging && IsMouseToLeftOrRightOnly(position))