4 references to ArrowCD
PresentationCore (4)
Core\CSharp\System\Windows\Input\Cursor.cs (1)
391return ((int)cursorType >= (int)CursorType.None && (int)cursorType <= (int)CursorType.ArrowCD);
Core\CSharp\System\Windows\Input\CursorConverter.cs (1)
172case CursorType.ArrowCD:
Core\CSharp\System\Windows\Input\Cursors.cs (2)
317return EnsureCursor(CursorType.ArrowCD); 330private static int _cursorTypeCount = ((int)CursorType.ArrowCD) + 1 ;