21 writes to PropertyName
System.Activities.Presentation (21)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (5)
322PropertyName = string.Format(CultureInfo.InvariantCulture, "{0}{1}", localPropertyName, ValidationErrorSuffix), 493PropertyName = propertyName, 507PropertyName = propertyName, 521PropertyName = propertyName, 535PropertyName = propertyName,
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (8)
801PropertyName = ArgumentNameProperty, 813PropertyName = ArgumentTypeProperty, 825PropertyName = ArgumentDirectionProperty, 837PropertyName = ArgumentDefaultValueProperty, 849PropertyName = IsOutputArgument, 857PropertyName = OwnerSchemaProperty, 864PropertyName = IsRequiredProperty, 885PropertyName = AnnotationTextProperty,
System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (8)
1010PropertyName = VariableNameProperty, 1022PropertyName = VariableTypeProperty, 1034PropertyName = VariableScopeProperty, 1046PropertyName = VariableDefaultProperty, 1058PropertyName = ToolTipProperty, 1067PropertyName = VariableScopeLevelProperty, 1079PropertyName = VariableModifiersProperty, 1094PropertyName = AnnotationTextProperty,
3 references to PropertyName
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (3)
314string localPropertyName = properties[i].PropertyName; 601: base(descriptorData.PropertyName, descriptorData.PropertyAttributes) 605string.Format(CultureInfo.InvariantCulture, "{0}{1}", this.descriptorData.PropertyName, DesignObjectWrapper.ValidationErrorSuffix) :