1 write to _fileName
PresentationCore (1)
System\Windows\Input\Cursor.cs (1)
60
_fileName
= cursorFile;
3 references to _fileName
PresentationCore (3)
System\Windows\Input\Cursor.cs (3)
162
return
_fileName
;
328
if (
_fileName
!= String.Empty)
329
return
_fileName
;