3 writes to _token
PresentationCore (3)
Core\CSharp\System\Windows\Media\ParsersCommon.cs (3)
276
_token
= _pathString[_curIndex ++];
292
_token
= _pathString[_curIndex];
465
_token
= _pathString[_curIndex ++];
10 references to _token
PresentationCore (10)
Core\CSharp\System\Windows\Media\ParsersCommon.cs (10)
295
if ((
_token
== '.') || (
_token
== '-') || (
_token
== '+') || ((
_token
>= '0') && (
_token
<= '9'))
296
|| (
_token
== 'I') // Infinity
297
|| (
_token
== 'N')) // NaN
467
if (
_token
== '0')
471
else if (
_token
== '1')
551
char cmd =
_token
;