5 references to Right
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (5)
6673position |= RelativeMousePositions.Right; 6697return (position & RelativeMousePositions.Right) == RelativeMousePositions.Right; 6712return (position == RelativeMousePositions.Left) || (position == RelativeMousePositions.Right); 6721(position != RelativeMousePositions.Right);