4 references to ArrowCD
PresentationCore (4)
System\Windows\Input\Cursor.cs (1)
333return ((int)cursorType >= (int)CursorType.None && (int)cursorType <= (int)CursorType.ArrowCD);
System\Windows\Input\CursorConverter.cs (1)
164case CursorType.ArrowCD:
System\Windows\Input\Cursors.cs (2)
315return EnsureCursor(CursorType.ArrowCD); 328private static int _cursorTypeCount = ((int)CursorType.ArrowCD) + 1 ;