5 references to Right
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (5)
6616position |= RelativeMousePositions.Right; 6640return (position & RelativeMousePositions.Right) == RelativeMousePositions.Right; 6655return (position == RelativeMousePositions.Left) || (position == RelativeMousePositions.Right); 6664(position != RelativeMousePositions.Right);