1 write to _fileName
PresentationCore (1)
Core\CSharp\System\Windows\Input\Cursor.cs (1)
67
_fileName
= cursorFile;
3 references to _fileName
PresentationCore (3)
Core\CSharp\System\Windows\Input\Cursor.cs (3)
189
return
_fileName
;
380
if (
_fileName
!= String.Empty)
381
return
_fileName
;