5 references to Right
PresentationFramework (5)
System\Windows\Controls\DataGrid.cs (5)
6628position |= RelativeMousePositions.Right; 6652return (position & RelativeMousePositions.Right) == RelativeMousePositions.Right; 6667return (position == RelativeMousePositions.Left) || (position == RelativeMousePositions.Right); 6676(position != RelativeMousePositions.Right);