5 references to Right
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (5)
6670position |= RelativeMousePositions.Right; 6694return (position & RelativeMousePositions.Right) == RelativeMousePositions.Right; 6709return (position == RelativeMousePositions.Left) || (position == RelativeMousePositions.Right); 6718(position != RelativeMousePositions.Right);