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