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