5 references to None
PresentationCore (5)
System\Windows\Input\Cursor.cs (3)
306
if (cursorType != CursorType.
None
)
333
return ((int)cursorType >= (int)CursorType.
None
&& (int)cursorType <= (int)CursorType.ArrowCD);
337
private CursorType _cursorType = CursorType.
None
;
System\Windows\Input\CursorConverter.cs (1)
138
case CursorType.
None
:
System\Windows\Input\Cursors.cs (1)
18
return EnsureCursor(CursorType.
None
);