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