2 references to PropertyReferenceNotResolved
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\DynamicActivityPropertyToTooltipConverter.cs (1)
27return string.Format(CultureInfo.CurrentUICulture, SR.PropertyReferenceNotResolved, property.Name);
System\Activities\Core\Presentation\InvokeDelegateValidationFeature.cs (1)
135this.EmitValidationError(context, string.Format(CultureInfo.CurrentUICulture, SR.PropertyReferenceNotResolved, reference));