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