14 references to ValidationError
System.Activities.Presentation (14)
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (14)
487ValidationError(SR.UnresolvedGenericType, GetXamlTypeName(type)); 510ValidationError(SR.UnassignableCollection, type, collectionType.ItemType, collectionType); 516ValidationError(SR.UnassignableObject, type, parentMember.Type, parentMember.Name); 547ValidationError(SR.MemberCanOnlyBeSetOnce, frame.Member); 574ValidationError(SR.UnknownContent, this.xamlStack.Current.Type); 579ValidationError(SR.UnresolvedMember, member.Name, member.DeclaringType); 589ValidationError(SR.DuplicateMember, member); 599ValidationError(SR.MemberOnBadTargetType, member.Name, member.TargetType); 635ValidationError(SR.DuplicateName, valueString); 658ValidationError(SR.NoTypeConverter, type); 672ValidationError(SR.NoTextInCollection, type); 679ValidationError(SR.NoTextInProperty, XamlLanguage.String, member.Type, member.Name); 733ValidationError(SR.UnresolvedTypeInAssembly, typeName, assembly); 739ValidationError(SR.UnresolvedTypeInNamespace, typeName, type.PreferredXamlNamespace);