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