Base:
property
SchemaContext
System.Xaml.XamlWriter.SchemaContext
20 references to SchemaContext
System.Activities (20)
System\Activities\XamlIntegration\ActivityBuilderXamlWriter.cs (20)
84this.xamlTypeXamlType = this.SchemaContext.GetXamlType(typeof(XamlType)); 85this.typeXamlType = this.SchemaContext.GetXamlType(typeof(Type)); 87this.activityPropertyXamlType = this.SchemaContext.GetXamlType(typeof(DynamicActivityProperty)); 95this.activityBuilderPropertyReference = this.SchemaContext.GetXamlType(typeof(ActivityBuilder)).GetAttachableMember("PropertyReference"); 96this.activityBuilderPropertyReferences = this.SchemaContext.GetXamlType(typeof(ActivityBuilder)).GetAttachableMember("PropertyReferences"); 97this.activityPropertyReferenceXamlType = this.SchemaContext.GetXamlType(typeof(ActivityPropertyReference)); 322this.pendingNodes = new XamlNodeQueue(writer.SchemaContext); 355activityXamlType = Writer.SchemaContext.GetXamlType(typeof(Activity)); 362activityXamlType = Writer.SchemaContext.GetXamlType(typeof(Activity<>).MakeGenericType(activityType)); 470this.otherNodes = new XamlNodeQueue(writer.SchemaContext); 476this.xClassNodes = new XamlNodeQueue(Writer.SchemaContext); 503this.xClassXamlType = new XamlType(this.xClassNamespace, xClassName, null, Writer.SchemaContext); 580deferredPropertyNodes = new XamlNodeQueue(Writer.SchemaContext); 682this.nameNodes = new XamlNodeQueue(writer.SchemaContext); 712this.attributeNodes = new XamlNodeQueue(writer.SchemaContext); 736this.propertiesNodes = new XamlNodeQueue(writer.SchemaContext); 1010XamlType xamlType = Writer.SchemaContext.GetXamlType(xamlTypeName); 1028this.valueNodes = new XamlNodeQueue(writer.SchemaContext); 1214this.untransformedNodes = new XamlNodeQueue(Writer.SchemaContext); 1270this.propertyReferenceNodes = new XamlNodeQueue(writer.SchemaContext);