1 write to _cursorType
PresentationCore (1)
System\Windows\Input\Cursor.cs (1)
324
this.
_cursorType
= cursorType;
2 references to _cursorType
PresentationCore (2)
System\Windows\Input\Cursor.cs (2)
144
return
_cursorType
;
340
return Enum.GetName(
_cursorType
);