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