4 references to CloseCurlie
System.Xaml (4)
System\Xaml\Parser\MeScanner.cs (4)
153if (NextChar == CloseCurlie) // the {} escapes the ME. return the string. 171if (NextChar != CloseCurlie) // check for the '}' of a {} 180case CloseCurlie: 431case CloseCurlie: