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