1 write to _pathLength
PresentationCore (1)
Core\CSharp\System\Windows\Media\ParsersCommon.cs (1)
536
_pathLength
= pathString.Length;
3 references to _pathLength
PresentationCore (3)
Core\CSharp\System\Windows\Media\ParsersCommon.cs (3)
218
return _curIndex <
_pathLength
;
382
_curIndex = Math.Min(_curIndex+8,
_pathLength
); // "Infinity" has 8 characters
392
_curIndex = Math.Min(_curIndex+3,
_pathLength
); // "NaN" has 3 characters