2 references to Dot
System.Xaml (2)
System\Xaml\Parser\XamlName.cs (2)
42return name.Contains(Dot); 91return ch == Dot || IsValidNameChar(ch);