3 references to NextChar
System.Xaml (3)
System\Xaml\Parser\MeScanner.cs (3)
150
if (
NextChar
== CloseCurlie) // the {} escapes the ME. return the string.
166
if (
NextChar
== OpenCurlie)
169
if (
NextChar
!= CloseCurlie) // check for the '}' of a {}