2 references to IsValidXamlName
System.Xaml (2)
System\Xaml\XamlMember.cs (1)
201
_isNameValid = XamlName.
IsValidXamlName
(_name) ? ThreeValuedBool.True : ThreeValuedBool.False;
System\Xaml\XamlType.cs (1)
113
_isNameValid = XamlName.
IsValidXamlName
(_name) ? ThreeValuedBool.True : ThreeValuedBool.False;