3 references to IsValidXamlName
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (2)
1213
if (!VBIdentifierName.
IsValidXamlName
(this.GetArgumentName().IdentifierName))
1293
if (!VBIdentifierName.
IsValidXamlName
(name))
System.Activities.Presentation\System\Activities\Presentation\View\VBIdentifierName.cs (1)
125
if (this.CheckAgainstXaml && !VBIdentifierName.
IsValidXamlName
(trimedName))