3 references to NullChar
PresentationFramework (3)
MS\Internal\Data\PathParser.cs (3)
104
char c = (_index < _n) ? _path[_index] :
NullChar
;
118
case
NullChar
:
139
case
NullChar
: