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