1 write to activityPropertyXamlType
System.Activities (1)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (1)
97this.activityPropertyXamlType = this.schemaContext.GetXamlType(typeof(DynamicActivityProperty));
5 references to activityPropertyXamlType
System.Activities (5)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (5)
98this.activityPropertyType = this.activityPropertyXamlType.GetMember("Type"); 99this.activityPropertyName = this.activityPropertyXamlType.GetMember("Name"); 100this.activityPropertyValue = this.activityPropertyXamlType.GetMember("Value"); 101this.activityPropertyAttributes = this.activityPropertyXamlType.GetMember("Attributes"); 1061this.nodes.Writer.WriteStartObject(parent.activityPropertyXamlType, readerLineInfo);