1 write to _pathLength
PresentationCore (1)
System\Windows\Media\ParsersCommon.cs (1)
520_pathLength = pathString.Length;
3 references to _pathLength
PresentationCore (3)
System\Windows\Media\ParsersCommon.cs (3)
201return _curIndex < _pathLength; 365_curIndex = Math.Min(_curIndex+8, _pathLength); // "Infinity" has 8 characters 375_curIndex = Math.Min(_curIndex+3, _pathLength); // "NaN" has 3 characters