5 references to Right
PresentationFramework (5)
src\Framework\System\Windows\Controls\DataGrid.cs (5)
6678position |= RelativeMousePositions.Right; 6702return (position & RelativeMousePositions.Right) == RelativeMousePositions.Right; 6717return (position == RelativeMousePositions.Left) || (position == RelativeMousePositions.Right); 6726(position != RelativeMousePositions.Right);