1 write to schemaContext
System.Activities (1)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (1)
91
this.
schemaContext
= schemaContext ?? innerReader.SchemaContext;
10 references to schemaContext
System.Activities (10)
System\Activities\XamlIntegration\DynamicActivityXamlReader.cs (10)
93
this.xamlTypeXamlType = this.
schemaContext
.GetXamlType(typeof(XamlType));
94
this.typeXamlType = this.
schemaContext
.GetXamlType(typeof(Type));
96
this.baseActivityXamlType = this.
schemaContext
.GetXamlType(typeof(Activity));
97
this.activityPropertyXamlType = this.
schemaContext
.GetXamlType(typeof(DynamicActivityProperty));
107
this.nodeQueue = new XamlNodeQueue(this.
schemaContext
);
162
return this.
schemaContext
;
630
this.activityPropertyReferenceXamlType = parent.
schemaContext
.GetXamlType(typeof(ActivityPropertyReference));
633
XamlType typeOfActivityBuilder = parent.
schemaContext
.GetXamlType(typeof(ActivityBuilder));
733
this.bufferedMember.FollowingNamespaces = new XamlNodeQueue(this.parent.
schemaContext
);
802
parentFrame.PropertyReferences = new XamlNodeQueue(this.parent.
schemaContext
);