3 references to NullChar
PresentationFramework (3)
src\Framework\MS\Internal\Data\PathParser.cs (3)
105
char c = (_index<_n) ? _path[_index] :
NullChar
;
119
case
NullChar
:
140
case
NullChar
: