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