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