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