cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ExpressionTextBox.xaml.cs (7)
404this.UnsupportedEditorMessage = string.Format(CultureInfo.CurrentUICulture, SR.NonRegisteredExpressionEditor, editorName);
418throw FxTrace.Exception.AsError(new ArgumentException(string.Format(CultureInfo.CurrentUICulture, SR.InvalidExpressionEditorName,
645throw FxTrace.Exception.AsError(new ArgumentException(string.Format(CultureInfo.CurrentUICulture, SR.InvalidExpressionEditorType,
650throw FxTrace.Exception.AsError(new ArgumentException(string.Format(CultureInfo.CurrentUICulture, SR.ExpressionActivityEditorRequiresDefaultConstructor,
824errorMessage = string.Format(CultureInfo.CurrentUICulture, SR.ExpressionTypeDonnotMatch,
829errorMessage = string.Format(CultureInfo.CurrentUICulture, SR.ExpressionTypeDonnotMatch,
835errorMessage = string.Format(CultureInfo.CurrentUICulture, SR.ExpressionTypeDonnotMatch,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (15)
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);
767ValidationError(SR.UnresolvedName, reference.LineNumber, reference.LinePosition, reference.Name);