2 writes to activityXamlType
System.Activities (2)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (2)
382this.activityXamlType = this.innerReader.Type; 397this.activityXamlType = this.innerReader.Type;
1 reference to activityXamlType
System.Activities (1)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (1)
315if (currentMember.DeclaringType == this.activityXamlType || currentMember.DeclaringType == this.baseActivityXamlType)