1 write to _cursorType
PresentationCore (1)
Core\CSharp\System\Windows\Input\Cursor.cs (1)
371
this.
_cursorType
= cursorType;
2 references to _cursorType
PresentationCore (2)
Core\CSharp\System\Windows\Input\Cursor.cs (2)
159
return
_cursorType
;
385
return Enum.GetName(typeof(CursorType),
_cursorType
);