1 write to activityPropertyXamlType
System.Activities (1)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (1)
87
this.
activityPropertyXamlType
= this.SchemaContext.GetXamlType(typeof(DynamicActivityProperty));
5 references to activityPropertyXamlType
System.Activities (5)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (5)
88
this.activityPropertyType = this.
activityPropertyXamlType
.GetMember("Type");
89
this.activityPropertyName = this.
activityPropertyXamlType
.GetMember("Name");
90
this.activityPropertyValue = this.
activityPropertyXamlType
.GetMember("Value");
743
if (xamlType == Writer.
activityPropertyXamlType
&& Writer.currentDepth == this.Depth + 3)
847
if (xamlMember.DeclaringType == Writer.
activityPropertyXamlType
&& Writer.currentDepth == this.Depth + 1)