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