3 references to ErrorMessagePropertyName
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\ImportDesigner.xaml.cs (3)
323
namespaceModel.Properties[
ErrorMessagePropertyName
].SetValue(string.Format(CultureInfo.CurrentCulture, SR.CannotResolveNamespace, namespaceData.Namespace));
328
namespaceModel.Properties[
ErrorMessagePropertyName
].SetValue(string.Empty);
440
attachedPropertyService.AddProperty(CreateAttachedPropertyForNamespace<string>(
ErrorMessagePropertyName
));